Files
2013-04-25 13:04:11 +04:00

7 lines
100 B
Python

__author__ = 'ktisha'
class A:
def fo<caret>o(self):
print("Hello Pycharm!")
A().foo()