Get Mystery Box with random crypto!

Python Lessons

Logo of telegram channel pylesson — Python Lessons P
Logo of telegram channel pylesson — Python Lessons
Channel address: @pylesson
Categories: Technologies
Language: English
Subscribers: 1.48K

Ratings & Reviews

4.33

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

1

4 stars

2

3 stars

0

2 stars

0

1 stars

0


The latest Messages 2

2023-01-06 17:41:20
Tuple is immutable.
But a list inside tuple can be mutated.

#interview_questions
280 viewsedited  14:41
Open / Comment
2023-01-06 14:45:12
361 views11:45
Open / Comment
2023-01-06 14:29:12
380 views11:29
Open / Comment
2023-01-06 14:20:30
392 views11:20
Open / Comment
2023-01-06 14:17:18
408 views11:17
Open / Comment
2023-01-06 14:15:13
405 views11:15
Open / Comment
2023-01-06 14:12:12
403 views11:12
Open / Comment
2022-10-23 11:37:42 Python Identity, Equality, and Aliases

This video explains the difference between equality and identity.
Also about == and is operator



7.3K viewsedited  08:37
Open / Comment
2022-04-29 14:42:18
What is the output of the code above?
Anonymous Quiz
75%
{True: "one", 1: "two", 1.0: "three"}
17%
{True: 'three'}
7%
{1: 'two'}
1%
{1.0: 'one'}
138 voters566 views11:42
Open / Comment
2022-04-29 14:40:50
Tips is here


Play with online Editor
580 viewsedited  11:40
Open / Comment