Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create day_2 #487

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Milenagenios
Copy link

``День 2: 30 дней программирования на python
`first_name, last_name, full_name, country, city, age, year, is_married ='Милена', 'Гаврикова', 'Сергеевна', 'Россия', 'Находка', 19, 24 , False
print( type(first_name))
print(len(first_name))
print(type(last_name))
print( len(last_name), type(last_name))
print( type(country))
print( type(city))
print(type(age))
print(type(is_married))

num_one, num_two = 5, 4
total = num_one+num_two
diff = num_two-num_one
product = num_two*num_one
division = num_one/num_two
rest = num_two%num_one
exp = num_one**num_two
floor_division = num_one//num_two

r = int(input())
area_of_circle = 3,14 * r**2
circum_of_circle = 3,14 * 2 * r
print(area_of_circle)

День 2: 30 дней программирования на python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant