guigui0246
guigui0246
> Also if you want to do print 3 ~ 3 ! // false, just do 3 = 3 && 3 ;= 3 and you get the same thing. ```js...
About the other I was wrong for the second if (it's how it would work for `~ 3 = 3.14`) ```js 3 = 3.14 ! // Now the variable 3...
> What happens if 2 of your devs are in different countries? Then you make the code multiple time, one for each country
just do `a` and it should run
Defining labels should work one of the 2 following ways instead: Original thoughs: ```js var var score = 1! :increase_score: = score = score + 3! // sets the next...
I got the same error but if I remove the yt.title from my code I get a 403 Forbidden If that can help fix it faster: ``` Traceback (most recent...
Then precise that it's gonna use the letter names only when using letter numbers: ```java print(one + two)! //three print(1 + 2)! //3 print(1 + two)! //3 or three (50/50)...
No because `const const` is only at the declaration level, `const const g_...` is only at the program level, while `const const const` is at a universal level (all programs,...
Yes if there is more ! than when it was created
```js const const const max_threads = 1824 !!! const const g_value = 3 !!! ``` ```js // Valid print max_threads) delete max_threads !!!! // Invalid: // print g_value) // delete...