Home
last modified time | relevance | path

Searched refs:bottle (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Tools/demo/
H A Dbeer.py16 def bottle(n): function
18 if n == 1: return "one bottle of beer"
22 print(bottle(i), "on the wall,")
23 print(bottle(i) + ".")
25 print(bottle(i-1), "on the wall.")

Completed in 0 milliseconds