Skip to content

ducdx-0072/PythonLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonLearning

1 - Letter Counter App

This is a console app which:

  • Allow user input a string
  • Allow user input a character or a string
  • Print the number of occurences of character or string of (2) in (1)

2 - Celsius to Fahrenheit converter

This is a console app which:

  • Allow users enter a number as temperature in Celsius
  • Makes sure what users entered is valid
  • Prints the temperature in Fahrenheit

3 - Triangle area calculate

This is a console app that

  • Allow users to enter two numbers as length of legs
  • Makes sure what user entered are valid
  • Calculated and prints the hypotenuse and the area of the triangle

4 - Grocery App

This is a console app that:

  • Allows warehouse employees to enter a list of goods (including names only - using a string separated by commas) that are available in his/her shop
  • Allows customers to check whether an item is in stock or not by inputting a name: just show “Available” or “Out of stock!” on screen

5 - Book shop app

This is a console app that:

  • Allows clerks to enter a list of books (including titles and quantities – using a dictionary) that are available in his/her shop
  • Allows customers to check whether an item is in stock or not by inputting a title: just show “N items available” or “Out of stock!” on screen

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages