분류 전체보기 80

스파르타 AI-8기 TIL(9/21)

starting with formEx.   Name:         Email:         Submit -> Send the user's input data to the serveraction = ->Specifies the URL to which the data will be sent (/submit is the server's endpoint to process the data).method method: Specifies the HTTP transfer method. GET and POST are mainly used.GET: Sends data as a query string in the URL.POST: Sends data as the body of the HTTP request. Ex. ..

카테고리 없음 2024.09.21

스파르타 AI-8기 TIL(9/12)

Alright, let's do it오늘만 외부 강의를 통해 배우도록 하자!(maybe?)Python D-1 (Starts with Hello World)Step 1. print (...)print -> This is display all the texts written inside of (.....)Remember - Don't forget to use -> ""I also must consider the types of text or number1. int(integer) - ex. 1, 2, 3, 4....2. float - ex. 3.14, 5.16예를 들어,x = 10 -> For this, x는 상자라고 치고 이름만 x라고 정의한 것, 그 안에는 타입에 알맞은 것을 넣으면 된다여기서또 다른 포..

카테고리 없음 2024.09.12