mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-15 09:46:11 +01:00
clear session files
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
config= {
|
||||
"name": "habi",
|
||||
"dev": "python"
|
||||
}
|
||||
hey = ['hey', 'aaa', 'aaa', 'adssad']
|
||||
aaa='aaa'
|
||||
print(type(hey))
|
||||
print(type(aaa))
|
||||
print(hasattr(hey, "__len__"))
|
||||
print(hasattr(aaa, "__len__"))
|
||||
|
||||
print(config)
|
||||
config['klm'] ="tls"
|
||||
if type(hey) == list:
|
||||
print('list')
|
||||
else:
|
||||
print('hey not list')
|
||||
|
||||
print(config)
|
||||
if type(aaa) == list:
|
||||
print('aaa')
|
||||
else:
|
||||
print('aaa not list')
|
||||
Reference in New Issue
Block a user