Computer Science, asked by Anonymous, 7 months ago

→ Write a program to print your details
int soll Number, string className, string Name.
I want this program with output .Those who will give my answer I will mark him brainliest and follow him for lifetime............​

Answers

Answered by RaviKumarhacker
1

Explanation:

#python will take class name and name as string by default

class_name=input("enter your name")

roll_no=int(input("enter your roll no."))

name=input("enter your name")

print("your class name is ",class_name)

print("your roll no. is ",roll_no)

print("your name is ",name)

Similar questions