티스토리 뷰
Day 3. condition - if / else
if /else , 중첩 if 문 , elif 문 을 연습 하는 코딩 내용
day 3 을 이틀에 걸처 하고 있다...
오늘 day 4 까지 끝낼수 있을찌...
# Love Calculator!
# print("Welcome to the Love Calculator!")
# name1 = input("What is your name?\n")
# name2 = input("What is their name? \n")
# combined_string = name1 + name2
# lower = combined_string.lower()
# t = lower.count("t")
# r = lower.count("r")
# u = lower.count("u")
# e = lower.count("e")
# true = t + r + u + e
# l = lower.count("l")
# o = lower.count("o")
# v = lower.count("v")
# e = lower.count("e")
# love = l + o + v + e
# love_score = int(str(true) + str(love))
# print(love_score)
# if (love_score < 10) or (love_score > 90):
# print(f"Your love score is {love_score}, your go together like coke and mentos." )
# elif (love_score >= 40) and (love_score <= 50):
# print(f"Your score is {love_score}, you are alright together.")
# else:
# print(f"Your score is {love_score}")
'Programming > Python' 카테고리의 다른 글
파이썬 기초 공부 - Hangman (행맨) (0) | 2022.12.21 |
---|---|
Day 5. For , List , Random(Mathod/choice,shuffle) (0) | 2022.08.29 |
Day 4. Random , List , Sequence (0) | 2022.08.16 |
Day 2 . Data type , f -string , Round (0) | 2022.08.02 |
Day 1. 변수 와 문자 입력 받기(print , input) (0) | 2022.08.01 |
- Total
- Today
- Yesterday
- 리눅스 명령어
- Rcity 9번
- Rcity1번
- 쉘 스크립트 기초
- rhcsa8덤프
- rhcsa8
- 리눅스본딩
- 맨탈훈련
- podman
- rhcsa8 기출문제
- 라쿤시티
- grootboan
- 리눅스 환경변수 지정
- 파이썬기초
- 7-zip
- CTF
- 리눅스
- PODman기초
- 주소DB만들기
- Rcity
- rhcsa8 덤프
- rhcsa8 시험문제
- 리눅스 쉘 스크립트
- Grootsecurity
- Rcity CTF
- grootsecuriry
- Rcityboan.com
- 파이썬실습
- RCity operation 1
- gzip
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |