+ 1
Can anyone help me to understand this function. I am not able to get it
I just didn't understand the concept. This is the code input("This is something new") I didn't understood how input function works. What is the use of it.
3 odpowiedzi
+ 5
waits for input and prints to console if thats any help
a = input('This is somthing new')
print("\n"+a)
+ 2
Please insert your code
0
Could you please insert your code?