Skip to content

the last answer of " 01_Giris_Test_Yanitlar.ipynb " --fixed #1

@Robertsudo

Description

@Robertsudo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions