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