Skip to main content
Back

Programming with Numbers in Python: Study Notes

Study Guide - Practice Questions

Test your knowledge with practice questions generated from your notes

  • #1 Multiple Choice
    Which of the following is a valid float literal in Python?
  • #2 Multiple Choice
    What will be the output of the following code? speed = 60 timeElapsed = 2.5 distance = speed * timeElapsed print(distance)
  • #3 Multiple Choice
    Which of the following variable names is NOT valid in Python?

Study Guide - Flashcards

Boost memory and lock in key concepts with flashcards created from your notes.

  • Introduction to Numbers in Python
    6 Questions
  • Arithmetic Operators and Expressions
    6 Questions
  • Variables and Assignment
    6 Questions