PYTHON PROGRAM TO READ A FLOAT NUMBER AND PRINT THE SAME

Опубликовано: 14 Март 2026
на канале: PRINCE OF PROGRAMMING
107
like

Welcome to my channel Prince of Programming👨‍🎓

   / @princeofprogramming  

This tutorial will give you a full introduction into the PYTHON PROGRAM TO READ A FLOAT NUMBER AND PRINT THE SAME

   • PYTHON PROGRAM TO READ A FLOAT NUMBER AND ...  

Give this video a thumps up👍

Share & subscribe for more videos😏

Show your support to recover the channel❤

Click the bell icon to get notified for new videos🔔

Feel free to drop your doubts in the comment section📗

TOPIC - PYTHON PROGRAM TO READ A FLOAT NUMBER AND PRINT THE SAME

   • PYTHON PROGRAM TO READ A FLOAT NUMBER AND ...  

*) Comment starts with a # symbol and Python will ignore them.

*) Example: #Python program to read a float number and print the same

*) The Python input( ) method is often use to allow user input.

*) The input( ) method reads a line from input, converts into a
string and returns it.

*) Syntax :
input( )
input(‘A string representing a default message before the input.’)

*) Whatever you enter as input, input( ) function convert it into a string.

*) If you enter a float value still input( ) function convert it into a string.

*) You need to explicitly convert it into a float in your code using typecasting.

*) In Python float( ) method can construct a floating point number from a string literal.

*) Syntax : float(input(“prompt string”))
float(input(“Enter a number”))
variable_name = float( input ( “prompt string” ) )

*) The Python print( ) statement is often used to print any text.

*) Syntax :
print text
or
print(text)

*) To print any text in python, the entire text must be represented within single quotes or double quotes.
print “text”
or
print ‘text’
or
print(“text”)
or
print(‘text’)

#PYTHON #PYTHON_PROGRAM #FLOAT

Telegram:

https://t.me/prince_cardoza​

https://t.me/princecardoza

⭐️Other Tutorials on my channel ⭐️

C PROGRAMMING TUTORIALS IN TAMIL

   • C PROGRAMMING LECTURES IN TAMIL  

https://t.me/c_programming_in_tamil

PYTHON PROGRAMMING TUTORIALS IN TAMIL

   • PROBLEM SOLVING PYTHON PROGRAMMING LECTURE...  

https://t.me/python_for_beginners_in_...

MICROSOFT OFFICE WORD 2007 TUTORIAL

   • MICROSOFT OFFICE WORD 2007 TUTORIALS  

https://t.me/ms_word2007