0
Can someone help me to solve chat. V1 practice of introductory to python?
2 ответов
+ 6
Sure, we need to see what you have done so far. Can you review the lesson, pay attention to how to accept input in python and then attach your code as per this guide:
https://code.sololearn.com/Wek0V1MyIR2r/?ref=app
https://code.sololearn.com/W0uW3Wks8UBk/?ref=app
0
user_say = input ()
print(user_say)