User:Jacopo/Prototyping: Difference between revisions
Line 16: | Line 16: | ||
=='''Wed 30.09''' Lesson 4 w/ Michael == | =='''Wed 30.09''' Lesson 4 w/ Michael == | ||
PAD: https://pad.xpub.nl/p/2020-09-30-prototyping | PAD: https://pad.xpub.nl/p/2020-09-30-prototyping | ||
Morning Journeys inside some individual experiments. <br> | |||
> Il Pleut Bot (from Federico)<br> | |||
> Responsive Form (from Louisa) | |||
<syntaxhighlight lang="python"> | |||
print('Enter your name:') | |||
name = input() | |||
print('Hello, ' + name + ". Are you ready to choose your own adventure? If yes, Type one of these words to kickstart the engine: hot, yellow, bright")<br> | |||
</syntaxhighlight> <br> | |||
> Differences between LOOP and WHILE |
Revision as of 10:34, 30 September 2020
↪Prototyping
Notes
Tue 15.09 Lesson w/ Aymeric, Michael, Manetta
Mon 21.09 Lesson 2 w/ Michael
Mon 28.09 Lesson 3 w/ Manetta
Wed 30.09 Lesson 4 w/ Michael
PAD: https://pad.xpub.nl/p/2020-09-30-prototyping
Morning Journeys inside some individual experiments.
> Il Pleut Bot (from Federico)
> Responsive Form (from Louisa)
print('Enter your name:')
name = input()
print('Hello, ' + name + ". Are you ready to choose your own adventure? If yes, Type one of these words to kickstart the engine: hot, yellow, bright")<br>
> Differences between LOOP and WHILE