编辑代码

# Print Hello World. 
print("Hello World") 

# Add two numbers. 
print(23.9 + 11.6)