This commit is contained in:
2022-11-23 11:15:02 +01:00
parent 9734d2f21f
commit b8d72c3bc3
6 changed files with 129 additions and 1 deletions

8
Mittwoch/import.py Normal file
View File

@@ -0,0 +1,8 @@
#! /usr/bin/env python3
from pprint import pprint
import sys as pysys
data = dict(userlist = ["nutzer01", "nutzer02", "nutzer03", "nutzer04"],
loccation = ["Linuxhotel"]
)
pprint(data)