Python3:
Seperator is used to suppress whitespace in print
To delete end line terminator (e.g. \n, \r, \s etc.)
Seperator is used to suppress whitespace in print
print (name, ",How are you?",sep='')
To delete end line terminator (e.g. \n, \r, \s etc.)
print (name, ",How are you?",end='')
No comments:
Post a Comment