Discussions Q&R
Link sharing issues
2 Votes
2 RéponsesWho knows Github ?
6 Votes
1 Réponsedjango navbar
0 Vote
2 Réponses? : are called Ternary Operators.
ex.
var = booleanExp ? ValueIfTrue : ValueIfFalse;
and that ? literally means "Asking a Question" Asking if the Boolean Expression is True.
If the Boolean Expression returned true, the Value for "True" will be assigned to the variable.
If the Boolean Expression returned false, the Value for "False" will be the one that'll be assigned to the variable instead.
I'm not asking a question, I just wanna share this to you guys 😁
18 Votes
6 Réponsescan someone tell me how to make it impossible for a user to type a 'userchoice1[x]' value that does not range from 1 - 10.
If you also know a way I can make the user input another value for the 'userchoice1[x]' variable if it is less than 1, I'll appreciate you share the knowledge with me.
please see the short code below
1 Vote
2 RéponsesAujourd'hui en vedette
OOP python questions
1 Votes
What's wrong with my code?
1 Votes
Python loops
1 Votes
Web page
1 Votes
What is a web browser intension?
1 Votes
Percobaan
0 Votes
Mentors
0 Votes