Computer Science, asked by harishchandas987, 2 months ago

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 abdthegreat
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 arush4904
0

Answer:

num 1 =(print type": int (input the number:"))

Explanation:

Similar questions