acm-mjct / Utilities

8 stars 86 forks source link

convert string into tuple #329

Closed TAHINIYATH closed 1 year ago

TAHINIYATH commented 1 year ago

Python3 code to demonstrate working of

Convert String to Tuple

using map() + tuple() + int + split()

Describe approach to solve the issue.