Skip to content

CLT-MAX/CLT-MAX.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

为什么说要保护好迪克? #迪克网

你的迪克很重要

声明文件

#dick.py
class dick():
    def __init__(self,length:float):
        self.length = length
        print("WoW! What a long DICK!")
    
    def proctect():
        self.length += 1.0
        print("Your dick is under proctect!")

主程序

#main.py
from dick import dick

def main(length: float): #unit: mm
    mydick = dick(length=length)
    mydick.protect()

if __name__ == "__main__":
    main(18.0)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published