Files
CyberPanel/plogical/test.py

9 lines
102 B
Python
Raw Normal View History

2022-06-29 17:52:35 +05:00
config= {
"name": "habi",
"dev": "python"
}
print(config)
config['klm'] ="tls"
print(config)