0

what is wrong here?

name = int("please enter your name") father = int(" who is your father?") print(" hello" + name + "youre father is" + father)

2nd Jul 2022, 6:11 AM
Mohsen Farahi
Mohsen Farahi - avatar
1 Réponse
+ 3
Mohsen Farahi You are not using input() function to take input Check proper syntax of input() function name can't be number so you can't use int function
2nd Jul 2022, 6:18 AM
A͢J
A͢J - avatar