주석 # 한줄 주석 """ 여러줄 주석 """ 변수 # 타입변환 x = str(3) # x will be '3' y = int(3) # y will be 3 z = float(3) # z will be 3.0 # 변수타입확인 x = 5 y = "John" print(type(x))# print(type(y))# # 값할당 x = y = z = "Orange" print(x)# Orange print(y)# Orange print(z) # Orange # 여러값할당 x, y, z = "Orange", "Banana", "Cherry" print(x)# Orange print(y)# Banana print(z)# Cherry # 리스트할당 fruits = ["apple", "banana", "cherry"]..

Install Tensorflow는 python 명령어를 사용하여 install이 가능하다. > pip3 install tensorflow 혹시 install이 되지 않는다면 python 버전 문제일 수 있다. 3.10 버전에서는 tensorflow 제공이 되지 않기 때문에 3.9로 재설치하였다...ㅠ https://hoojiv.tistory.com/95 [Python/Tutorial따라하기] python install python 다운로드 https://www.python.org/downloads/ Download Python The official home of the Python Programming Language www.python.org 링크로 들어가니 바로 windows용 최신 버전을 보여주..

Capitalize! You are asked to ensure that the first and last names of people begin with a capital letter in their passports. For example, alison heck should be capitalised correctly as Alison Heck. Given a full name, your task is to capitalize the name appropriately. Input Format A single line of input containing the full name, S. Constraints The string consists of alphanumeric characters and spa..

Alphabet Rangoli You are given an integer, N. Your task is to print an alphabet rangoli of size N. (Rangoli is a form of Indian folk art based on creation of patterns.) Different sizes of alphabet rangoli are shown below: #size 3 ----c---- --c-b-c-- c-b-a-b-c --c-b-c-- ----c---- #size 5 --------e-------- ------e-d-e------ ----e-d-c-d-e---- --e-d-c-b-c-d-e-- e-d-c-b-a-b-c-d-e --e-d-c-b-c-d-e-- --..
- Total
- Today
- Yesterday
- Tableau
- 테슬라
- MS SQL Server
- mysql
- 매매일지
- HK이노엔
- 미중무역전쟁
- string
- 동국알앤에스
- 분석탭
- 넷플릭스
- 해커랭크
- 에코캡
- 넥스트BT
- python3
- TSQL
- Weather Observation Station
- insert
- 경구치료제
- MSSQL
- 리비안
- 몰누피라비르
- tensorflow
- hackerrank
- list
- python
- SQL Server
- 대원화성
- DATABASE
- 코로나19
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |