0
what is wrong here?
name = int("please enter your name") father = int(" who is your father?") print(" hello" + name + "youre father is" + father)
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