DAY 1 CHALLENGE - TO CHECK CONSECUTIVE NUMBER IN LIST.

preview_player
Показать описание
********DAY 1********
Python coding question:
Given a list of integers, return True if the array contains a 3 next to a 3 somewhere.
Desired output:
has_33([1, 3, 3]) → True
has_33([1, 3, 1, 3]) → False
has_33([3, 1, 3]) → False
has_33([3,3,1]) → True

Post your solution or doubts in comment section.
#viral #viralvideo #viralshorts #videos #python #developer #beginners
You can contact with us:
Рекомендации по теме
Комментарии
Автор

Nice video and awesome coding only you need to make perfect your communication

CodeWithBackbencher
Автор

If you are getting difficulty to understand above code problem then you can connect with me on linked in for detail explanation.

Preferable language.
English
Marathi
Hindi

MultiTechStack
Автор


Python coding question:
Given a list of integers, return True if the array contains a 3 next to a 3 somewhere.
Desired output:
has_33([1, 3, 3]) → True
has_33([1, 3, 1, 3]) → False
has_33([3, 1, 3]) → False
has_33([3, 3, 1]) → True

If you are not getting solution then lets connect with us on :

MultiTechStack