Phytoon Example Coding py
Phytoon Example Coding py
Jacama
#Activity 1: Exploring Numeric Data Types
print("Act.1")
x = 7
y = 2.2
addition = x + y
subtraction = x - y
multiplication = x * y
division = x / y
a_to_int = int(a)
b_to_int = int(b)
c_to_str = str(c)
a_to_float = float(a)
text_length = len(lyrics)