R variables
width = 8
height = 3
area_of_recangle = height * width
print(area_of_recangle) # 24
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
width = 8
height = 3
area_of_recangle = height * width
print(area_of_recangle) # 24