Run ❯
Result Size:
625 x 664
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
thisdict = dict(name = "John", age = 36, country = "Norway") print(thisdict)
x
thisdict
=
dict
(
name
=
"John"
,
age
=
36
,
country
=
"Norway"
)
print
(
thisdict
)
{'name': 'John', 'age': 36, 'country': 'Norway'}