Entropia:Sandkasten: Unterschied zwischen den Versionen
aus dem Wiki des Entropia e.V., CCC Karlsruhe
KKeine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 42: | Zeile 42: | ||
===noch mehr topic=== | ===noch mehr topic=== | ||
[[Image:Zentropia_10.JPG|thumb|left|200px|Impressionen aus dem Club]] | [[Image:Zentropia_10.JPG|thumb|left|200px|Impressionen aus dem Club]] | ||
== foo == | |||
foo |
Version vom 11. Dezember 2013, 21:19 Uhr
Spielwiese
Links
diese Seite Hauptseite gibts noch nicht entropia.de
Code
from time import localtime
activities = {8: 'Sleeping',
9: 'Commuting',
17: 'Working',
18: 'Commuting',
20: 'Eating',
22: 'Resting' }
time_now = localtime()
hour = time_now.tm_hour
for activity_time in sorted(activities.keys()):
if hour < activity_time:
print activities[activity_time]
break
else:
print 'Unknown, AFK or sleeping!'
foobar
- foo
- foo
- fii
- fuu
barfoo
- oans
- zwoar
- viele
noch mehr topic
foo
foo