Answers for "how to read enter in python"

2

input in python

#Input in python
name = input('What is your name')
print('Hello'+ name + ' !')
Posted by: Guest on October-04-2020

Code answers related to "how to read enter in python"

Python Answers by Framework

Browse Popular Code Answers by Language