Lädt...

🔧 Task – Annachi Kadai – Python Dictionary


Nachrichtenbereich: 🔧 Programmierung
🔗 Quelle: dev.to

1.Create a dictionary named student with the following keys and values. and print the same
"name": "Alice"
"age": 21
"major": "Computer Science"

CODE:

student = {
"name": "Alice",
"age":... [Weiterlesen]