Set .union() Operation | Hackerrank Python Solution | English Explanation

preview_player
Показать описание
guys do subscribe!!
Рекомендации по теме
Комментарии
Автор

You could use len() function to calculate number of items in resulting set

varsharani
Автор

sir, I tried to run this program in python 3 instead if gives this error " File "Solution.py", line 4
b=int(input())
^
SyntaxError: invalid syntax"
then if I run program in pypy3 its working

pavansaichintala