Python - Test

zhenispir

2024-10-13

Printing

Printing variables

In this task, we print value of variable.

# This will get executed each time the exercise gets initialized b = 6 # Create a variable c, equal to 5

Print out c

# Create a variable c, equal to 5 c = 5

Print out c

print(c)

test_object("a") test_function("print") success_msg("Great job!")
Use the assignment operator (=) to create the variable a.

    Tagged in: #Computer Science #Algorithms #Lesson #Python

    Leave a reaction if you liked this post! 🧡
    Loading comments...

    Latest Posts

    Search and see all posts