You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reason: This function should return a string containing only the digits from the input string, not convert it to int.
Fix: By implementing a for cycle and using a isdigit() function, I solved the issue.
The text was updated successfully, but these errors were encountered:
Proposing new fix for BUG030
Reason: This function should return a string containing only the digits from the input string, not convert it to int.
Fix: By implementing a for cycle and using a isdigit() function, I solved the issue.
The text was updated successfully, but these errors were encountered: