apna Naam class aur teen vishay ke ankon ko print karne ke liye ek programme likhiye
Answers
Answered by
0
Answer:
pls write in english
........
Answered by
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