Computer Science, asked by Shubhambattan8013, 8 months ago

Write 5 python program with the help of raw input function and draw the output

Answers

Answered by vamanmadhavan10
0

Answer:

l=eval(input("enter total list of numbers :"))

for x in range(l):

a=int(input("enter number"+str (x+1)+":"))

print("list of nos :",a)

Explanation:

use 5 as input in variable "a" to get 5 numbers

Similar questions