Computer Science
To print a line a text without ending it with a newline, .......... argument is used with print( )
- sep
- newline
- end
- next
Related Questions
To convert the read value through input( ) into integer type, ..........( ) is used.
To convert the read value through input( ) into a floating point number, ..........( ) is used.
The default separator character of print( ) is ..........
To give a different separator with print( ) .......... argument is used.