Content deleted Content added
No edit summary |
No edit summary |
||
Line 13:
end
--task3
function p.
cel = frame.args.celsius
fah = cel * 9 / 5 + 32
Line 19:
end
--task4
function p.
cel = frame.args.celsius
fah = cel * 9 / 5 + 32
|