• Cursos
  • Compilador de Código
  • Debatir
  • Precios
  • Teams
Menu
0

What is the difference between frozenset and tuple?

what is the difference and which one is better?

pythontuplesfrozenset
7th Sep 2018, 11:24 AM
Sketch
Sketch - avatar
1 Respuesta
+ 8
a = frozenset((1,2,3,3)) b = (1,2,3,3) print(a, b) # {1, 2, 3} / (1, 2, 3, 3)
7th Sep 2018, 11:46 AM
Mert Yazıcı
Mert Yazıcı - avatar

¿Tienes a menudo preguntas como esta?

Aprende gratis de forma más eficaz

  • Introducción a Python

    7,1M de estudiantes

  • Introducción a Java

    4,7M de estudiantes

  • Introducción a C

    1,5M de estudiantes

  • Introducción a HTML

    7,5M de estudiantes

Ver todos los cursos
En tendencia hoy
Ошибка в приложении Sololearn
1 Votes
Is anyone else experiencing this Sololearn issue?
0 Votes
NEO V2.0
1 Votes
Best language?
0 Votes
solo learn program issue - iPhone?
1 Votes
How do I keep myself motivated in coding
0 Votes
Is it possible to write Rust code that is as compact and expressive as Python?
0 Votes
you con help mi
1 Votes
Learn - multiple choice course questions display in one box making it impossible to continue
1 Votes
I want to know how to make an Payment App like what I need to learn I need some guidance
0 Votes