Skip to content

Instantly share code, notes, and snippets.

@wojtek-fliposports
Created February 15, 2017 11:55
Show Gist options
  • Save wojtek-fliposports/b00787c2cdefb3b9f138b15c4f6a8dd9 to your computer and use it in GitHub Desktop.
Save wojtek-fliposports/b00787c2cdefb3b9f138b15c4f6a8dd9 to your computer and use it in GitHub Desktop.
a = 2.2
b = 3.3
if 3*a == 6.6:
print("1")
elif 2*b == 6.6:
print("2")
else:
print("3")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment