최신 PCEP-30-02 Deutsch 무료덤프 - Python Institute PCEP - Certified Entry-Level Python Programmer (PCEP-30-02 Deutsch Version)
Ziehen Sie die Codefelder per Drag & Drop, um ein Programm zu erstellen, das „Nicht verfügbar“ auf dem Bildschirm druckt.
(Hinweis: Ein Codefeld wird nicht verwendet.)
(Hinweis: Ein Codefeld wird nicht verwendet.)
정답:
Angenommen, das phonc_dir-Wörterbuch enthält Namenumber-Paare, ordnen Sie die Codefelder so an, dass eine gültige Codezeile erstellt wird, die die Telefonnummer von Martin Eden abruft und sie der Nummernvariablen zuweist.
정답:
Explanation:
number = phone_dir["Martin Eden"]
This code uses the square brackets notation to access the value associated with the key "Martin Eden" in the phone_dir dictionary. The value is then assigned to the variable number. A dictionary is a data structure that stores key-value pairs, where each key is unique and can be used to retrieve its corresponding value. You can find more information about dictionaries in Python in the following references:
[Python Dictionaries - W3Schools]
[Python Dictionary (With Examples) - Programiz]
[5.5. Dictionaries - How to Think Like a Computer Scientist ...]
Ein Satz von Regeln, der die Art und Weise definiert, in der Wörter in Sätzen gekoppelt werden können, heißt:
정답: A
설명: (DumpTOP 회원만 볼 수 있음)