Home
last modified time | relevance | path

Searched refs:nth (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dunbirthday.py72 print 'Congratulations! Today is your', nth(age), 'birthday'
76 print nth(days - age), 'unbirthday'
81 def nth(n): function