How do I do the code coach for beginner python 15.1 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

How do I do the code coach for beginner python 15.1

How do I solve the code coach for beginner python 15.1

26th Apr 2022, 8:53 PM
wiglug
3 Answers
+ 3
Re-read the lesson and the task description. Then try to write the code. If you need help with the code, please link your code.
26th Apr 2022, 9:04 PM
Lisa
Lisa - avatar
0
x = ('hi') y = (3) print(x * y) Here is my code
28th Apr 2022, 9:27 PM
wiglug
0
Read the task description carefully: You need to get input()
28th Apr 2022, 9:32 PM
Lisa
Lisa - avatar