Warning: count(): Parameter must be an array or an object that implements Countable in /home/xs638785/agile-software.site/public_html/wp-content/plugins/rich-table-of-content/functions.php on line 490
絶対値(abs関数)
x = -5
y = abs(x)
print(y)
#出力結果
5
x = -5
y = abs(x)
print(y)
#出力結果
5
You cannot copy content of this page