Skip to content

Global AI Hub ' da Python'a giriş derslerinde verilen ödevleri içermektedir

Notifications You must be signed in to change notification settings

meryemtnkt/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python

AI 720

– Create two lists. The first list should consist of odd numbers. The second list is should consist of even numbers.

– Merge these two lists. Multiply all values in the new list by 2.

– Use a loop to print the data type of the all values in the new list.

AI 730

– Create 5 dictionaries. Each dictionary should represent a CV.

– Create a CV containing the information of the 5 created people

– Print the information on CV’s created on the screen

AI740

– Create 5 students. Ask these students from the user

– Each of these students should have a midterm grade, project grade and final grade

– passingGrade = midterm * (0.3) + project * (0.3) + final * (0.4) passing grade should be determined like this

– Create a dictionary that keeps these students’ information.

– Calculate the students’ grades and transfer them to the list with the help of indexing.

Final

– Write a knowledge competition program

– It should consist of 10 questions in total

– Each question will have only one answer

– Adjust the answers of the questions according to case sensitivity

– Each question should be worth 10 points

– If User answers 5 or fewer questions, It will be considered unsuccessful

– If the user answers more than 5 questions correctly, it will be considered successful

About

Global AI Hub ' da Python'a giriş derslerinde verilen ödevleri içermektedir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published