Skip to content

magaoda/nongda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

nongda

''' def star(rows=5): #形参 参数默认值 row = 0 while row < rows: row += 1 space = 0 while space < rows - row: space += 1 print(" ", end="") star = 0 while star < 2 * row - 1: print("*", end="") star += 1 print("") star() star(3) star(6) star(10) '''

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published