O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
dict={} ch='y' while ch=='y' or ch=='Y': month=input("Enter name of month : ") days=eval(input("Enter no. of days of month : ")) dict[month]=days ch=input("Want to add more months (Y/N) : ") print(dict)
▶ Run Code
🖥 Output: