LizzyYao / DailyPractice

Python practice
0 stars 0 forks source link

Function not suppose to separate the main function flow #10

Closed jackhwl closed 9 years ago

jackhwl commented 9 years ago

put seam level function in one place

LizzyYao commented 9 years ago

Do you mean that function like "main()", then if I call main() function,all the steps just flow automatically. Does this mean "seam" ?

jackhwl commented 9 years ago

I mean same level, you don't need main(), you're in main by default.

this is same level mean:

func1 func2 func3

def func1

def func2

def fun 3

LizzyYao commented 9 years ago

I am not 100% sure if what I did is the request you made. Please help check.