update
Some checks failed
It_School_001/pipeline/head Something is wrong with the build of this commit
Some checks failed
It_School_001/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
15
Python_module_1/python_014.py
Normal file
15
Python_module_1/python_014.py
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/home/andrei/it_school/bin/python3
|
||||
|
||||
mynumber = 3
|
||||
mystring = "Salutare"
|
||||
mylist = [10, 20, 30]
|
||||
mytuple =("a", "b", "c",43,54)
|
||||
mydictionary = {"nume":"Andrei", "varsta":43, "oras":"Bucuresti"}
|
||||
bolean_var = True
|
||||
|
||||
print(type(mynumber))
|
||||
print(type(mystring))
|
||||
print(type(mylist))
|
||||
print(type(mytuple))
|
||||
print(type(mydictionary))
|
||||
print(type(bolean_var))
|
||||
Reference in New Issue
Block a user