User Tools

Site Tools


tanszek:oktatas:muszaki_informatika:python_alapok_ii._feltetelek_ciklusok

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tanszek:oktatas:muszaki_informatika:python_alapok_ii._feltetelek_ciklusok [2026/02/13 11:50] – [Összefoglaló feladatok] szabomtanszek:oktatas:muszaki_informatika:python_alapok_ii._feltetelek_ciklusok [2026/02/17 08:14] (current) – [Logikai feltételek alapjai] szabom
Line 8: Line 8:
   * == egyenlő   * == egyenlő
   * != nem egyenlő   * != nem egyenlő
-  * <, >, <=, >=+  * <, >, < =, >=
  
 | print(5 > 3)    | True   | | print(5 > 3)    | True   |
Line 14: Line 14:
 | print(4 != 4)   | False  | | print(4 != 4)   | False  |
  
 +----
 ==== if / elif / else ==== ==== if / elif / else ====
  
Line 52: Line 53:
 </sxh> </sxh>
  
 +----
 ==== Logikai operátorok ==== ==== Logikai operátorok ====
  
Line 81: Line 83:
 </sxh> </sxh>
  
 +----
 ==== for ciklus ==== ==== for ciklus ====
  
Line 104: Line 107:
 </sxh> </sxh>
  
 +----
 ==== while ciklus ==== ==== while ciklus ====
  
Line 130: Line 134:
 </sxh> </sxh>
  
 +----
 ==== Összefoglaló feladatok ==== ==== Összefoglaló feladatok ====
  
tanszek/oktatas/muszaki_informatika/python_alapok_ii._feltetelek_ciklusok.1770983444.txt.gz · Last modified: 2026/02/13 11:50 by szabom