Computer Science, asked by helasunil621gmail, 6 months ago

apna Naam class aur teen vishay ke ankon ko print karne ke liye ek programme likhiye​

Answers

Answered by brainly12337
0

Answer:

pls write in english

........

Answered by vedantmatanhelia
0

Answer:

name = input("Enter Your Name : ")

class = input("In which class do you study? : " )

marks1 = float(input("Enter your marks in Maths"))

marks2 = float(input("Enter your marks in English"))

marks3 = float(input("Enter your marks in Science"))

print(f"{name} studies in class {class} and his marks are : ")

print(f"\tEnglish = {marks2}\n\tMaths = {marks1}\n\tScience = {marks3}

Explanation:

Similar questions