10 ответов
+ 11
Link your code from Playground. Which course you mean?
+ 4
Do you mean introduction to python?
+ 4
In that problem you need to take the name as input like such
name = input()
and print the name as such print(name)
+ 3
Stacy Stiffler ,
Go through the links shared below. They are facing same issue. It will be easy to figure out for you.. where you made a mistake?
https://www.sololearn.com/Discuss/3212996/?ref=app
https://www.sololearn.com/Discuss/3226412/?ref=app
https://www.sololearn.com/Discuss/3223838/?ref=app
+ 1
Try this :
name = input()
print(name)
0
Yes…intro to python…chatbott 1.0….i cant get the names Tom, Alice and Bob to separate into each individual problem 1,2 and 3. Thanks so much!
0
I am doing that but it isnt separating the answers into each problem.
0
Idk man
0
Thank you!
Try this :
name = input()
print(name)
this worked !!