#This is a test for i in range(100): print 'Hello World' print i
class Myclass(object): __init__(self, x): brabra....