Files
art_num_2024/python/introduction/README.md
Mara Karagianni b09af3ea95 update readme
2024-11-29 14:40:07 +01:00

366 B

introduction

For variables  --> see all scripts
Working with lists --> see bisous.py programming.py  
For user input from terminal or keyboard --> see bisous.py  
print  
for loop --> see bisous.py
conditional statements if/else/elif --> see bisous.py
break --> bisous.py  
while loop --> see missing.py
function --> missing.py
random --> programming.py