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

@doo7

3교시

Python
1 hour ago
x=int(input()) if(x%2==0): print("짝") else: print("홀") print((1==2) and (1==1)) print(((1==2) and (1==1)) or (3==3))

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 = '김태민' ##대입연산자: = (변수)=(대입) print(name) print("안녕하세요," + name + "님!")
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