The version of the browser you are using is no longer supported. Please upgrade to a supported browser.Dismiss
Python basic level - Self-assessment
37 responses
Loading...
Loading responsesā¦
This form is approaching the response limit. Once surpassed, the summary of responses will no longer be displayed. Learn more
Close
This form has exceeded 50,000 responses and the summary of responses can no longer be displayed. You can still download responses as a .csv file. Learn more
Questions
Which of the following commands is a valid call to the help the the len() function?
Copy chart
No responses yet for this question.
Presume you have a dictionary called D. Which command would you use to add a new key 'A' with value 0 to D ?
Copy chart
No responses yet for this question.
What should the following Python code print:
Copy chart
No responses yet for this question.
What should the following Python code print:
Copy chart
No responses yet for this question.
We want to open a file named myFile.txt, which is placed a subfolder named myFolder. What is the command to open this file for reading ?