Commit 43bda5e1 authored by Adam Blank's avatar Adam Blank
Browse files

autocommit

parent a6c45014
No related merge requests found
Showing with 5 additions and 0 deletions
+5 -0
# Hello!
# f(x) = x^2
x = 5
s = "hello world"
combination = "hello world " + str(5)
print(s + " " + str(x))
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment