ainslec / adventuron-issue-tracker

Adventuron Issues Tracker
4 stars 0 forks source link

Add functions to convert a number to a string representation of a number and vice versa #528

Open ainslec opened 3 months ago

ainslec commented 3 months ago

Add functions to convert a number to a string representation of a number and vice versa.

a[0] = int(127);
b = int(a[0]);