Skip to content

asahius/Python-Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Python-Study

A Private Site To learn Python

This file will add some Python Exercises to learn Python.

#code like Below

class SpecialString: def init(self,cont): self.cont=cont

def truediv(self,other): line = "="* len(other.cont) return "\n".join([self.cont,line,other.cont])

spam = SpecialString("spam") hello = SpecialString("Hello World") print(spam/hello)

About

A Private Site To learn Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published