Computer Science
Fill in the blanks:
To convert an input( )'s value in floating-point type, _________ function is used.
Python Funda
4 Likes
Answer
float( )
Answered By
2 Likes
Related Questions
Fill in the blanks:
The input( ) function returns the read value as of _________ type.
Fill in the blanks:
To convert an input( )'s value in integer type, _________ function is used.
Fill in the blanks:
Strings can be created with _________ quotes, _________ quotes and _________ quotes.
State whether the following statement is True or False :
Keywords can be used as identifier names.