スパチャ合計金額
このライブで発生したメンバーシップ収益
ライブ中のメンバーシップ加入数
@PaprikaX33
•02/23 16:43
A massive Raisin (not dates) biscuits :RocaCheer::RocaCheer::RocaCheer:
@PaprikaX33
•02/23 15:53
"We have this cool feature that may not be used at all, but it's cool AF, so you need to know this" -Typical programming-tism mindset :RocaSmug:
@q2yogurt
•02/23 16:08
BTW I noticed "for i in range(1)" that will just do the thing once why the for loop :RocaLmao:
@TheKaizo_
•02/23 16:16
You may want to check out "import" too, cause then you can spread them over multiple windows
@TheKaizo_
•02/23 15:55
The actual use for that kinda thing, called a "Callback", is that you have some shared "middle code" but replace a certain part as argument function.
@TheKaizo_
•02/23 15:43
A Way better example of "return" would be "def Add(a, b): return a + b", for which "Add(1, 2)" would become "3"