Question
While recording the marks, Maria mistakenly added her Physics marks as 12. Correct it to be 20. MariaMarks={ "Math":18, "Chemistry":12, "Physics":12 }
in progress 0
4 years 2 Answers 666 views Master

Question
Alexis is 23 years old. Add this to her record existing as: my_record={'name': 'alexis', 'city': 'georgia'}
in progress 0
4 years 1 Answer 677 views Master

Question
Predict the output of the code: teams = ("MI", "CSK", "RCB") (blue, yellow, red) = teams print(blue) print(yellow) print(red)
in progress 1
4 years 1 Answer 689 views Master

Question
How will you find the third through sixth elements from the tuple below (using a single line of code) ? my_tuple=(10, 20, 30, 40, 50, 60, 80, 100)
in progress 0
4 years 3 Answers 722 views Master