IT 116: Introduction to Scripting
Class 6 Ungraded Quiz

  1. s which, when printed, shows
    He said "It's me."



  2. Write an assignment statement that creates the string s which, when printed, shows
    My top directory is \c:



  3. Write a Python expression that concatenates the string "My name is " with the string variable name.


  4. Write a Python expression that concatenates the string "The rate is " with the variable rate which is of type float.


  5. Write a Python expression that concatenates the string "The distance is " with the expression
    speed * time



  6. Write a SINGLE print statement, without using triple quotes, which prints
    Line 1
    Line 2
    Line 3



  7. Write a SINGLE print statement, without using triple quotes or concatenation, which prints
    The path is C:\temp\memo.txt.



  8. Write a SINGLE print statement, without using triple quotes or concatenation, which prints
    She said "I'm OK"