Wie kann man diesen Python Code erklären (Zeile für Zeile)?
von def bis )
von def bis )
Wie hilfreich ist die ChatGPT KI-App in der heutigen Gesellschaft, um eine Kommunikation zu erreichen, die der von echten Menschen ähnelt?
Wie kann ich eine datenschutzkonforme website erstellen ohne jede Art von cookies – und gibt es dazu einen open source Quelltext zum einfügen als “Webobjekt”.
Hi, ich programmiere gerade ein Japa Programm und möchte dass das bei Discord angezeigt wird, also dass man den Status “Spielt <gamename>” hat. Ist das möglich oder geht das von Discord aus?
Mein Sohn ist begeisterter Roblox-Studio Fan und hat begonnen, mit Lua zu programmieren. Leider scheitert er beim Programmieren seines Spiels immer wieder … – daher suche ich auf diesem Wege Unterstützung in Form von “Online-Nachhilfe” Wo finde denn Experten, die das machen würden? Danke!
Hallo ich benötige Hilfe bei einem Venn Diagramm es hat zwei Kreise die sich schneiden a und b die Foremel lautet not a or b was muss ich nun anmalen alles außer a oder weil das not sich ja weil keine Klammern sind nur auf das a beziehen?
Hallo, was ist bei diesem Programm bei Python falsch? Ich wollte testen, ob manunter der Bedingung m>n mit der Formel für pythagoreische Tripel (a = m² – n² ; b = 2mn ; c = m² + n²) jede beliebige Zahl für m und n einsetzen kann und dann automatisch ein pythagoreisches Tripel erhält.
Moin,
initiates a function.
The variable “tier” is transferred to the value “angel”.
The function “text” is called and the stored value of the variable “tier” and the numbers “30” and “30” are added so that the parameters of the function “text” can get the transferred value and can be used further in the function “text”.
LG Der1Streber
First of all, the tip that you can ask about ChatGPT. The thing is partly overhyped, but it can be very useful for that.
At the beginning a function is declared with def namederfunction(): in the next line will be over variable name = value the variable tier is assigned the value “Igel”, in the last line functionname(parameter…) the text function with the parameters tier, which has the value “angel”, 30 and again the number 30.