Discussioni Q&A
while not
0 Voti
4 RisposteWhy is the ouput 100
1 Voto
3 RisposteWhy is this outpout?
0 Voti
4 Rispostepairs = {1: "apple",
"orange": [2, 3, 4],
True: False,
None: "True",
}
print(pairs.get("orange"))
print(pairs.get(1))
print(pairs.get(12345, "not in dictionary"))
the output is
[2, 3, 4]
False
not in dictionary
why is print(pairs.get(13345,"not in dictionary")) giving the output not in dictionary.pls I nid explanation
2 Voti
4 Rispostecan someone please explain to me how moving objects are produced ? (example in games). must I use graphics.h?. how do I transform it from simply a compiled piece of code in code block to a real software?. I've been googling this for days now and I'm still confused. Please an extensive explanation would be appreciated🙏. Thanks.
p. s you can also recommend websites where I can learn more and see good sample codes.
10 Voti
5 RispostePopolare oggi
Coding for Cybersecurity
0 Votes
Pointers in c#
0 Votes
Need help
0 Votes
Salut tout le monde
1 Votes