
Pre-assessment for Python
Quiz by Neha Ramachandran
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
3 questions
Show answers
- Q1Which escape character will help you to print double quotes?""/"\""\30s
- Q2The __________________________ and ___________________________ are two operators that are used to extract a character or a subset from a string.index, slice* , +string concatenation, string removal% , \30s
- Q3The slice operator helps you to fetch a chunk of characters of a string.FalseTrue30s