filmov
tv
Dart program to generates a list and a tuple
Показать описание
Write a Dart program which accepts a sequence of comma-separated numbers from the user and generates a list and a tuple with those numbers. Sample data : 3, 5, 7, 23
Output :
List : ['3', ' 5', ' 7', ' 23']
Set : ('3', ' 5', ' 7', ' 23')
Output :
List : ['3', ' 5', ' 7', ' 23']
Set : ('3', ' 5', ' 7', ' 23')