Answers for "python can't add int on string"

0

python can't add int on string

giorno = input()
print(9 + giorno)
Posted by: Guest on June-07-2021

Python Answers by Framework

Browse Popular Code Answers by Language