This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is a variable in Python?
A fixed value that can't be changed after it's set.
A named container that stores a value.
A function that performs a calculation.
What is the result of 10 // 3 in Python?
3.33
1
3
Which function converts a string to an integer in Python?
str()
float()
int()
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?