Python_Egitim/YakinKampus_PythonKursu/01_Giris/Test/01_Giris_Test_Yanitlar.ipynb
# [] {} ve () işaretlerini veri tipleri ile eşleştirin:
# '' -> String
# [] -> liste
# {} -> dictionary
# () -> tuple, set
Error at the last line:
the symbol of sets in python is NOT (), instead it is {}
Corrected version:
# [] {} ve () işaretlerini veri tipleri ile eşleştirin:
# '' -> String
# [] -> liste
# {} -> dictionary, set
# () -> tuple