Python Programming Adventure Game Instruction Start Memory Area































- Slides: 31

Python Programming Adventure Game Instruction Start

Memory Area Dada processing area a=1 b=2 c=a+b Welcome to this game! You will follow the program lines on the right and take the role of the print c computer to direct the avatar (blue man) to make correct response about what will happen after each line is executed. Gooooooo!>>>> Output area

Memory Area Dada processing area a=1 b=2 c=a+b print c Output area

Memory Area 1 Dada processing area a=1 b=2 c=a+b print c Output area

Memory Area 1 Dada processing area a=1 b=2 c=a+b print c Output area

Dada processing area Memory Area 1 a=1 b=2 c=a+b print c Output area a

Memory Area Dada processing area 1 a a=1 b=2 c=a+b Congratulations! You get one score! print c Output area

Memory Area 1 a 2 Dada processing area a=1 b=2 c=a+b print c Output area

Memory Area 1 a 2 Dada processing area a=1 b=2 c=a+b print c Output area

Dada processing area Memory Area 1 a a=1 b=2 c=a+b 2 print c Output area b

Memory Area Dada processing area 1 a 2 b a=1 b=2 c=a+b Congratulations! You get one score! print c Output area

Memory Area 1 a 2 b Dada processing area a=1 b=2 c=a+b print c Output area

Memory Area 1 a 2 b Dada processing area a=1 b=2 c=a+b print c Output area

Memory Area 1 a 2 b Dada processing area a=1 b=2 c=a+b print c Output area

Memory Area Dada processing area 1 a 2 b 1 a=1 b=2 c=a+b print c Output area

Memory Area Dada processing area 1 a 2 b 1 a=1 b=2 c=a+b print c Output area

Memory Area Dada processing area 1 a 2 b 1 a=1 b=2 c=a+b print c Output area

Memory Area Dada processing area 1 a 2 b 1 a=1 b=2 c=a+b print c Output area

Memory Area Dada processing area 1 a 2 b 1 2 a=1 b=2 c=a+b print c Output area

Memory Area Dada processing area 1 a 2 b 3 a=1 b=2 c=a+b print c Output area

Memory Area Dada processing area 1 a 2 b 3 a=1 b=2 c=a+b print c Output area

Memory Area 1 a 2 b 3 Dada processing area a=1 b=2 c=a+b print c Output area

Dada processing area Memory Area 1 a a=1 b=2 c=a+b 2 print c b 3 Output area c

Memory Area Dada processing area 1 a 2 b 3 c a=1 b=2 c=a+b Congratulations! You get one score! print c Output area

Memory Area 1 a 2 b 3 c Dada processing area a=1 b=2 c=a+b print c Output area

Memory Area 1 a 2 b 3 c Dada processing area a=1 b=2 c=a+b print c Output area

Memory Area 1 a 2 b 3 c Dada processing area a=1 b=2 c=a+b print c Output area

Memory Area 1 a 2 b 3 c Dada processing area 3 a=1 b=2 c=a+b print c Output area

Memory Area Dada processing area 1 a 2 b 3 c 3 a=1 b=2 c=a+b print c Output area

Memory Area Dada processing area 1 a 2 3 a=1 b=2 c=a+b Congratulation! print c b You got 4 points and win the game! 3 Output area c

Memory Area 1 a 2 b 3 c Dada processing area a=1 b=2 c=a+b print c Output area 3