But since a string includes numbers why doesn't it take int? Due to conflict of data types?
Oh. That explains it. So anytime there is a conflict of data type, I need to convert it to another data type?
print("What is your name?") myName = input() print("So your name is " + myName + " good to know!") print("Your name is " + len(myName) + " letters long")
Which library or toolkit is used for making GUI in Python?
yeah currently 2.79 but why isn't my 1st statement printing??
will someone answer my basic doubts?
This should work right? I'm a beginner
This right?
better?