Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- ubuntu
- STM32F4
- Beacon
- 오렌지파이
- orange pi
- 라즈베리파이
- Raspberry Pi 3
- Nginx
- IOT
- java
- JSON
- Python
- 아두이노
- 개발환경
- ruby on rails
- uno
- Raspberry Pi
- mqtt
- RUBY
- flask
- python3
- Arduino
- Server
- odroid-x2
- parser
- BLE
- Android
- nano
- rails
- dht11
Archives
- Today
- Total
목록구구단 (1)
[熱情]
python 끄쩍 끄적~
python 3.x대를 사용. #구구단#이게 최선의 코드는 아니라고 생각한다~~ for i in range(2, 10): for j in range(1, 10): print("{0} x {1} = {2}".format(i, j, i*j)) # 시간 출력하기.. # iso8601 utc import datetime locattime = datetime.datetime.now().isoformat() utctime = datetime.datetime.utcnow().isoformat() print(locattime) print(utctime) 2016-01-26T14:13:23.054052 2016-01-26T05:13:23.054052
Programming/python
2016. 8. 26. 14:28