Skip to content

Latest commit

 

History

History

lecture-07

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Lecture-07: User Input and while Loops

এই লেকচার এ আমরা পাইথনের ইউজার ইনপুট এবং while লুপ নিয়ে আলোচনা করব ।

Lecture Links

আলোচনার বিযয়গুলো নিম্নে উল্লেখ করা হলোঃ

  • How the input() Function Works
    • Writing Clear Prompts
    • Using int() to Accept Numerical Input
    • The Modulo Operator
  • Introducing while Loops
    • The while Loop in Action
    • Letting the User Choose When to Quit
    • Using a Flag
    • Using break to Exit a Loop
    • Using continue in a Loop
    • Avoiding Infinite Loops
  • Using a while Loop with Lists and Dictionaries
    • Moving Items from One List to Another
    • Removing All Instances of Specific Values from a List
    • Filling a Dictionary with User Input