COMP 204
Variables Mathieu Blanchette, based on material from Yue Li, Carlos Oliver and Christopher Cameron
1 / 27
COMP 204 Variables Mathieu Blanchette, based on material from Yue - - PowerPoint PPT Presentation
COMP 204 Variables Mathieu Blanchette, based on material from Yue Li, Carlos Oliver and Christopher Cameron 1 / 27 Quiz 3 password: on the blackboard 2 / 27 Reminder: Data types In Python, data comes in different native types: Strings
1 / 27
2 / 27
3 / 27
4 / 27
5 / 27
6 / 27
7 / 27
8 / 27
Global ¡variables ¡ Computer ¡memory ¡ 9 / 27
Global ¡variables ¡ Computer ¡memory ¡ age ¡ 42 ¡ 10 / 27
Global ¡variables ¡ Computer ¡memory ¡ age ¡ 42 ¡ weight ¡ 76.6 ¡ 11 / 27
Global ¡variables ¡ Computer ¡memory ¡ age ¡ 42 ¡ weight ¡ 76.6 ¡ name ¡ “Mathieu” ¡ 12 / 27
Global ¡variables ¡ Computer ¡memory ¡ age ¡ 43 ¡ weight ¡ 76.6 ¡ name ¡ “Mathieu” ¡ 13 / 27
Global ¡variables ¡ Computer ¡memory ¡ age ¡ 42 ¡ 14 / 27
Global ¡variables ¡ Computer ¡memory ¡ age ¡ 42 ¡ next_year ¡ 43 ¡ 15 / 27
Global ¡variables ¡ Computer ¡memory ¡ age ¡ 55 ¡ next_year ¡ 43 ¡ 16 / 27
Global ¡variables ¡ Computer ¡memory ¡ 17 / 27
Global ¡variables ¡ Computer ¡memory ¡ weightCarbon ¡ 12 ¡ 18 / 27
Global ¡variables ¡ Computer ¡memory ¡ weightCarbon ¡ 12 ¡ weightOxygen ¡ 16 ¡ 19 / 27
Global ¡variables ¡ Computer ¡memory ¡ weightCarbon ¡ 12 ¡ weightOxygen ¡ 16 ¡ weightCO2 ¡ 44 ¡ 20 / 27
21 / 27
22 / 27
23 / 27
24 / 27
25 / 27
26 / 27
27 / 27
28 / 27
29 / 27