Very simple, given an integer or a floating-point number, find its opposite.
Examples:
1: -1
14: -14
-34: 34
def opposite(number):
return -number
By Lochard | As a newbie programmer | 2 Aug 2023
Very simple, given an integer or a floating-point number, find its opposite.
Examples:
1: -1
14: -14
-34: 34
def opposite(number):
return -number
How do you rate this article?
0
20240228 Arrived in the UK for about 2 week. All my fears persist. Some are even getting worse. https://github.com/locharp/asylum_diary/
Sharing entry level codes. My snippets on GitHub https://github.com/locharp/code-snippets
Send a $0.01 microtip in crypto to the author, and earn yourself as you read!
% to author / 80% to me.