Files
2019-01-10 11:11:39 +01:00

16 lines
225 B
Python

# 15 lines, 10 code, 2 comments, 3 blanks
def add(x, y):
"""
Hello World
# Real Second line
Second line
"""
string = "Hello World #\
"
y += len(string)
# Add the two numbers.
x + y