commit message from python script
This commit is contained in:
11
Lehrer/pythonkurs/Mittwoch/import2
Executable file
11
Lehrer/pythonkurs/Mittwoch/import2
Executable file
@@ -0,0 +1,11 @@
|
||||
#! /usr/bin/env python3
|
||||
|
||||
# Gesamtes Modul pprint als Bezeichner pprint zur Verfuegung stellen
|
||||
import pprint
|
||||
|
||||
|
||||
data = dict(userlist=['nutzer01', 'nutzer02', 'nutzer03',
|
||||
'nutzer04', 'nutzer05', 'nutzer06'],
|
||||
location="Linuxhotel")
|
||||
|
||||
pprint.pprint(data)
|
||||
Reference in New Issue
Block a user