new.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:new 作者: atlj 项目源码 文件源码
def main():
    check_if_first_run()
    getform()
    if first_run:
     print("\n\n\tlutfen bir sonraki sayfada\n\tcinsiyetinizi belirtiniz\n\tdevam etmek icin bir tusa basin.")
     input("")
    getgender(first_run)
    saveload(first_run)
    definehitap()
    table_data = [['Kulanici adi','Assistan'],
                  [user.isim+' '+hitap,user.assistant]]
    table = AsciiTable(table_data)
    print(G+table.table+W)



    yazi1 = 'Hos geldiniz {} {}'
    print(user.assistant, ": ", yazi1.format(user.isim, hitap))
    shell.shellinit()
    shell.shell()

#ctrl c de hata vermemesi icin
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号