Loading...
fumanbest avatar fumanbest 10 Точки

Filter Base

Здравейте !

Интересува ме как би могла да се реши долната задача с Python ?

  1. Filter Base

You have been tasked to sort out a database full of information about employees. You will be given several input lines containing information in one of the following formats:

  • {name} -> {age}

  • {name} -> {salary}

  • {name} -> {position}

As you see you have 2 parameters. There can be only 3 cases of input:
If the second parameter is an integer, you must store it as name and age.

If the second parameter is a floating-point number, you must store it as name and salary.

If the second parameter is a string, you must store it as name and position.

You must read input lines, then parse and store the information from them, until you receive the command
filter base”. When you receive that command, the input sequence of employee information should end.

On the last line of input you will receive a string, which can either be “Age”, “Salary” or “Position”. Depending on the case, you must print all entries which have been stored as name and age, name and salary, or name and position.

In case, the given last line is “Age”, you must print every employee, stored with its age in the following format:

Name: {name1}
Age: {age1}
====================
Name: {name2}
. . .

 

 

In case, the given last line is “Salary”, you must print every employee, stored with its salary in the following format:

Name: {name1}
Salary: {salary1}
====================
Name: {name2}
. . .

In case, the given last line is “Position”, you must print every employee, stored with its position in the following format:

Name: {name1}
Position: {position1}
====================
Name: {name2}
. . .

NOTE: Every entry is separated with the other, with a string of 20 character ‘=’.

There is NO particular order of printing – the data must be printed in order of input.

Examples

Input

Output

Isacc -> 34

Peter -> CEO

Isacc -> 4500.054321

George -> Cleaner

John -> Security

Nina -> Secretary

filter base

Position

Name: Peter

Position: CEO

====================

Name: George

Position: Cleaner

====================

Name: John

Position: Security

====================

Name: Nina

Position: Secretary

====================

Ivan -> Chistach

Pesho -> Ohrana

Pesho -> 1323.0456

Ivan -> 732.404

Georgi -> 21

Georgi -> 21.02

filter base

Salary

Name: Pesho

Salary: 1323.0456

====================

Name: Ivan

Salary: 732.404

====================

Name: Georgi

Salary: 21.02

====================

 

Hints:

Use int(), float() and try-except structure to find out in which case are you and where to store the data.

Тагове:
0
Fundamentals Module
AntonE avatar AntonE 1 Точки

Примерно така: https://pastebin.com/amrsYAGg

Не дава пълните точки в Джъдж.. уж не трябва да се сортира но всъщност трябва да се връща първия на когото е въведено заплата примерно...

0
Можем ли да използваме бисквитки?
Ние използваме бисквитки и подобни технологии, за да предоставим нашите услуги. Можете да се съгласите с всички или част от тях.
Назад
Функционални
Използваме бисквитки и подобни технологии, за да предоставим нашите услуги. Използваме „сесийни“ бисквитки, за да Ви идентифицираме временно. Те се пазят само по време на активната употреба на услугите ни. След излизане от приложението, затваряне на браузъра или мобилното устройство, данните се трият. Използваме бисквитки, за да предоставим опцията „Запомни Ме“, която Ви позволява да използвате нашите услуги без да предоставяте потребителско име и парола. Допълнително е възможно да използваме бисквитки за да съхраняваме различни малки настройки, като избор на езика, позиции на менюта и персонализирано съдържание. Използваме бисквитки и за измерване на маркетинговите ни усилия.
Рекламни
Използваме бисквитки, за да измерваме маркетинг ефективността ни, броене на посещения, както и за проследяването дали дадено електронно писмо е било отворено.