Please enable JavaScript.
Coggle requires JavaScript to display documents.
python - Coggle Diagram
python
-
-
-
-
-
-
-
missing commands
just like in c, pythonn also can have missing commands which can be imported
-
-
-
-
-
lists []
if s.lower() in ["y", "yes"]
-
-
-
defining functions
def meow()
(you have to either put functions at the top or create a main fucntin and then calling it at the end ep6 01:25:00)
-
-
-