📔
Hello-Python-Tutorial
  • Preface
  • Introduction
    • What is Python?
    • Language level
    • Python can do
    • Python can not do
    • Who using Python?
  • Python Basic
    • Install Python
    • Run Python on IDLE
    • Operator/Operand
    • Data Type
    • Assignment/Variable
    • Intellij IDEA
    • First App
  • Flow Control
    • Boolean/Logic Operator
    • Relational Operator
    • Code Block
    • If/Else
    • While
    • For loop
    • Import
    • Homework
  • Function
    • First Function
    • Return Statement
    • Function Scope
    • Try/Except/finally
    • Homework
  • List and Tuple
    • List
    • List Example
    • Method
    • List-like Type
    • Reference
    • Copy Module
    • Homework
  • Dictionary
    • Dictionary
    • Method
    • Dictionary Example
    • Homework
  • String Operation
    • Escape Character
    • Raw String
    • In/Not In
    • String Method1
    • String Method2
    • Homework
  • Advance
Powered by GitBook
On this page

Was this helpful?

  1. Flow Control

Homework

連續輸入五次兩個數字, x=? y=? 並且每次皆印出x>y or x<y or x==y

解答

https://github.com/Jason-CCS/Hello-Python/tree/master/Flow%20Control

PreviousImportNextFunction

Last updated 2 years ago

Was this helpful?