Question
Delete Honda from the dictionary below. Cars={ "Hyundai":"Creta", "Honda":Civic, "Jeep":"Compass" }
in progress 0
Anonymous 55 years 3 Answers 678 views

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
55 years 2 Answers 682 views Master

Question
Alexis is 23 years old. Add this to her record existing as: my_record={'name': 'alexis', 'city': 'georgia'}
in progress 0
55 years 1 Answer 688 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
55 years 1 Answer 699 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
55 years 3 Answers 733 views Master