Footstep . 발자취
2020-03-11-My footstep today goals
Kee.
2020. 3. 22. 22:16
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