Python Made Easy for AI - Day 6

December 20, 2022
# Start Here test_object("a") test_function("print") success_msg("Great job!")
Use the assignment operator (<-) to create the variable a.


Revision:

Basics and Print Statements - Day 1

Conditionals - Day 2

Functions - Day 3

Lists - Day 4

Loops - Day 5

Revision - Day 6

Related Posts