Remove unused

This commit is contained in:
Joe S 2021-01-08 20:39:28 -05:00
parent 2555bc2400
commit 30619cf622
3 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
a = 3
x = 4
y = a * x
y = y + 7
print (x, y)