0
Trying to work this out but I’m having trouble
Print (“(16*8)+(7*1)”) =61
3 Respuestas
+ 3
What are you trying to do?
+ 2
The print function cannot be used as a variable cause it will result into an syntax error
print is used to output on the console
create a variable
Then print out that variable
+ 1
Ive done it thankyou