Python Interview question | Beginners | Important
What is the difference between / and // in Python?
/ represents precise division (result is a floating point number) whereas // represents floor division (result is an integer). For Example:
5//2 = 2
5/2 = 2.5
#pythoninterviewquestionsandanswers #pythontutorial #pythontutorialforbeginner #interviews #tips #coding
Видео Python Interview question | Beginners | Important канала Techlearnings
/ represents precise division (result is a floating point number) whereas // represents floor division (result is an integer). For Example:
5//2 = 2
5/2 = 2.5
#pythoninterviewquestionsandanswers #pythontutorial #pythontutorialforbeginner #interviews #tips #coding
Видео Python Interview question | Beginners | Important канала Techlearnings
Комментарии отсутствуют
Информация о видео
9 марта 2025 г. 13:43:23
00:00:31
Другие видео канала