Preview:
#Create variables:my_age,half_my_age ,greeting,  name
#greeting_with_name
#Assign values to each using your knowledge of division and concatenation!


my_age = 22
half_my_age = my_age / 2
greeting = "How's your day been"
name = "Abubakar"
greeting_with_name = greeting + name
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter