Explore Courses / Python for Beginners: From Zero to Code Master / 1.2 Variables, Types & Arithmetic Operators
+15 pts

1.2 Variables, Types & Arithmetic Operators

20 minutes PYTHON

Variables and Numeric Arithmetic

python
x = 10
y = 3
print(f'Sum: {x + y}, Power: {x ** y}')

Hands-On Interactive Cloud Labs

Master modern Python, C#, C++, and game modding architectures with our browser-native Cloud Labs and automated test-driven grading engine.

Launch in Cloud Lab