Tell us what’s happening:
can i use libraries as re-Regular expression operations
Describe your issue in detail here.
I am currently testing my code in Visual Studio Code, which allows me to import re as re,
my aim is to then paste my code into replit.com, but if replit (test) does not allow me to import re as re, then i would have waist some time doing so.
I just want to know if my arithmetic_arranger.py in replit allows me to import libraries.
Thanks in advance,
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36 Edg/98.0.1108.56
Challenge: Arithmetic Formatter
Link to the challenge:
https://www.freecodecamp.org/learn/scientific-computing-with-python/scientific-computing-with-python-projects/arithmetic-formatter
