Compsci 06/101, Jan. 24, Spring 2011

Name____________________   net-id _________       Name____________________    net-id _________

Name____________________   net-id _________       Name____________________    net-id _________
  1. What is the formula that gives the distance an object falls in T seconds due to gravity (with no friction and no initial velocity)?
    
    
    
    
    
    
    
  2. In Python what is the type of each value below:
    1. 3.14159

    2. 5

    3. "butterfly"

    4. [1,2,3,4]

    5. ["apple","guava"]
    
    
    
  3. What is the value of the Python expression "123"*2
    
    
  4. What is the value of hte Python expression int("123")*2