Question 1
Create a Python list accepting five or six elements from the user and print the second, third and fifth elements by specifying their places.
Answers
Answered by
1
# Program to check input
# type in Python
num = input ("Enter number :")
print(num)
name1 = input("Enter name : ")
print(name1)
# Printing type of input value
print ("type of number", type(num))
print ("type of name", type(name1))
Answered by
0
Answer:
num 1 =(print type": int (input the number:"))
Explanation:
Similar questions