myCompiler myCompiler
Deutsch English Español Français Italiano 日本語 한국어 Nederlands Polski Português
Recent
Login Sign up
Recent
Login Sign up
S

@shp18chs

3차시

Python
1 hour ago
x=int(input()) ##input으로 받은 자료는 문자형으로 인식함. if(x%2==0): print("짝") else: print("홀") print((1==2) and (1==1)) print(((1==2) and (1==1)) or(3==3)) ##불(bool)연산자: 참과 거짓을 나타냄. or는 둘중에 하나만 맞아도 true. a,c = map(int,input().split())

2차시

Python
1 week ago
a = int(input()) ##원의넓이 area = a**2*3.14 print(a,"**2*3.14 =",area) a= int(input()) one = a%10 print(one) a=a//10 ten= a%10 print(ten)

1교시

Python
1 week ago
print("안녕하세요") print('안녕하세요') print("'안녕하세요'") print('"안녕하세요"') name = '최보람' ## 대입연산자: =, name=변수 print(name) print("안녕하세요, "+ name + "님!") a="10" ##수가 들어간 변수= 숫자형 변수
Previous Next page

Supported languages

Deno JavaScript NodeJS Python Ruby Go C C++ Java C# TypeScript PHP Bash R Octave (MATLAB) Fortran Lua Erlang SQL MySQL MongoDB Clojure D Perl Kotlin Swift Rust Assembly
© 2026 mycompiler.io
Terms of service Privacy policy Contact us