You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

22 lines
421 B

# -*- coding: utf-8; -*-
import sys
from sys import antigravit # Typo intended!
class Spam(object):
def withEggs(self, number_of_eggs):
return map(str, range(number_of_eggs))
def with_ham(self, blubb = None):
if blubb:
if sys.python_version[0] > 3:
print('yes')
else:
print('no')
else:
return 'foo'
antigravity()