how to get the output? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how to get the output?

input 5 oputput 1*3*5 *4*2* 1*3*5 *4*2* 1*3*5

31st Oct 2016, 5:30 AM
Ivan Darma Leo
Ivan Darma Leo - avatar
3 Answers
+ 2
You get output by simply using simply print function print (input) # Display result of input print ("This is String Input") print(5*4+5) # After calculation result will be output on screen
31st Oct 2016, 6:19 AM
Waqas Asghar Bhalli
Waqas Asghar Bhalli - avatar
+ 1
add print command
31st Oct 2016, 3:12 PM
Shekhar Bahuguna
Shekhar Bahuguna - avatar
0
Type: Print (1*3*5*4*2*1*3*5*4*2*1*3*5)
1st Nov 2016, 7:30 AM
Marcus
Marcus - avatar