Python 3 Start
This commit is contained in:
parent
9f029c8ceb
commit
141fe8d80c
67 changed files with 264 additions and 274 deletions
|
@ -37,4 +37,4 @@ def pre(inp):
|
|||
|
||||
return '{} - {}{} - {} ({} ago)'.format(section, name, size, date_string, since)
|
||||
|
||||
print pre("top gear")
|
||||
print(pre("top gear"))
|
||||
|
|
Reference in a new issue