Zusammenfassung der Ressource
Frage 1
Frage
Given the input 10 the cycle length of collatz is [blank_start]<blank>[blank_end]
Frage 2
Frage
// is the symbol for true division
Frage 3
Frage
What are assertions NOT good for?
Antworten
-
User Error
-
Testing
-
Pre-condition checking
-
Post-condition checking
Frage 4
Frage
When an assertion fails, what information does it provide?
[blank_start]Traceback[blank_end]
Frage 5
Frage
What turns off all assertions?
Frage 6
Frage
What input causes a bug?
cycle_length([blank_start]1[blank_end])
Frage 7
Frage
When running a Docker image can you map a part of the local file system to a part of the file system in Docker?