Please enable JavaScript in your browser!
Ana Sayfa
Keşfet
Yardım
Giriş Yap
tanja
/
cdplib
İzle
1
Yıldızla
0
Çatalla
0
Files
Sorunlar
0
Değişiklik İstekleri
4
Wiki
Ağaç:
ce148c417e
Dallar
Biçim İmleri
DataFrameToCollection_refactored
debugging_thorsten
master
minor_fix_dereferencing
new_pipeline_selection
oskar-dev
restriction_to_collection
space_composer
sql_queries_class
cdplib
/
db_migration
/
Test.py
Test.py
134 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
class Test:
def __init__(self,name):
self.name=name
def print_name():
print(self.name)