Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 445 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 445 Bytes

This is a big project!

学习python加油!

Some changes everyday.

class LoveStudy:

     	youheart=[]
		
	def __init__(self):
		print('学习使我快乐!')

	def learn(self,*items):
	yourheart.append(item)
    		
	def exercise(self):
		print("I love study!")

	def show(self):
		for each in yourheart:
			print(each)
    
lovestudy=LoveStudy()

lovestudy.learn('study','happy','fun')

lovestudy.exercise

lovestudy.show