- 1
write the code that will demonstrate maths absolute function by computing and print the absolute value of 6 and - 3
3 odpowiedzi
+ 3
print(abs(6), '&' ,abs(-3))
+ 3
Sousou I added it to looking good in the output..
Otherwise It looking like 63
May Beginners may confuse...
Edit: added now & instead of ','
+ 1
Jayakrishna🇮🇳 no need for the ', '