x = 2 #int - număr întreg x = 2.7 #float - număr cu zecimale x = "c" #char - caracter ASCII x = True #bool - valoare logică: True/False