Compsci 06/101, Jan. 24, Spring 2011
Name____________________ net-id _________ Name____________________ net-id _________
Name____________________ net-id _________ Name____________________ net-id _________
- What is the formula that gives the distance an object falls in
T seconds due to gravity (with no friction and no
initial velocity)?
- In Python what is the type of each value below:
- 3.14159
- 5
- "butterfly"
- [1,2,3,4]
- ["apple","guava"]
- What is the value of the Python expression
"123"*2
- What is the value of hte Python expression
int("123")*2