0
Why it's not working?
x=input("Nurus Safi:") print("Hello," +x)
2 Antworten
+ 1
What is not working?
- 1
Nurus Safi
It is working but don't write anything in input() function otherwise that will be also print with your entered value.
x=input("Nurus Safi:") print("Hello," +x)