I want to have something like this code from Python
num=3 res=str(num)
but in Maple. I couldn't find any appropriate constructors for this. Are there any?
num:=3: convert(num,string); "3" sprintf("%a",num); "3"
2.1m questions
2.1m answers
60 comments
57.0k users