acm-mjct / Utilities

8 stars 86 forks source link

added string to tuple in python utitlity library #332

Closed lucidrohit closed 1 year ago

lucidrohit commented 1 year ago

Describe approach to solve the issue.

  1. split the string into list of integers using split method
  2. then type cast it into tuple