mirror of
https://github.com/bendtherules/pytry.git
synced 2026-08-18 22:03:03 +00:00
3 lines
67 B
Python
3 lines
67 B
Python
class class_a():
|
|
def __init__(self):
|
|
print(math.cos(0)) |