雑記

英語でプログラミングを検索するときに使う単語

更新日:

変数:variable

整数:integer

引数:argument

代入:assignment

奇数:odd

偶数:even

4の倍数:multiple of 4

比較演算子:comparison operator、conditions

for文:for statment

if文:if statment

実行:execute

これなんの略?(たとえば Python における repr の場合):what does repr stand for in python もしくは単に repr stand for in python

ちなみに、__repr__ とか __init__ の読み方はそれぞれ、 dunder repr と dunder init です。参考元:https://little-hands.hatenablog.com/entry/2018/01/19/dunderhttps://wiki.python.org/moin/DunderAlias

 

 

-雑記

Copyright© ユビオキバ , 2024 All Rights Reserved.