import sys
for line in sys.stdin:
a, b = map(int, line.split())
if a == 0 and b == 0:
break
print(a+b)
Did the basic of javascript
Did mariaDB
join name
MariaDB [test]> select namelist.name,salary.name from namelist left join salary on namelist.name = salary.name;
+------+------+
| name | name |
+------+------+
| Hnna | NULL |
| Anna | NULL |
| Jin | NULL |
conditional search
MariaDB [test]> select sal from salary where sal = 3000 or sal > 5000;
+------+
| sal |
+------+
| 3000 |
| 6000 |
+------+
* * *
get up 9 30
get the supplements
Drink caffeine
Do the diary
Stretch for 30min especially shoulders
Do the test at 11
learn the basic of python to do algorithm
Maria DB
Javascript 9
Read books 10 20
Eng words and organize my blog at 11
go to bed at 11
'Footstep . 발자취' 카테고리의 다른 글
2020-03-13-My footstep today goals (0) | 2020.03.22 |
---|---|
2020-03-12-My footstep today goals (0) | 2020.03.22 |
2020/03/21 Footstep, 발자취 (0) | 2020.03.22 |
2020-03-10-My footstep today goals (0) | 2020.03.20 |
2020-03-09-My footstep today goals (0) | 2020.03.20 |