0

What is the python input of the following output??

3 3 3 2 2 2 1 1 1

14th Apr 2020, 3:16 PM
Aditya kumar Singh
Aditya kumar Singh - avatar
2 odpowiedzi
+ 3
print(3*input(),"\n"+3*input(),"\n"+3*input())
14th Apr 2020, 3:30 PM
Valmob101
Valmob101 - avatar
0
What is the python input of the following output? What do you mean? One assumtion can be N = 3.
14th Apr 2020, 3:23 PM
RKK
RKK - avatar