O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
tup= () while True : roll = int(input("Enter a roll number : ")) name = input("Enter name :") mark = input("Enter marks :") tup += ( (roll,name,mark ),) flag = input("Do you want add another record (if yes the pres Y ) :") if flag not in ['y','Y']: break print(tup)
▶ Run Code
🖥 Output: