+ 1
how to get the output?
input 5 oputput 1*3*5 *4*2* 1*3*5 *4*2* 1*3*5
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
+ 1
add print command
0
Type:
Print (1*3*5*4*2*1*3*5*4*2*1*3*5)