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

@yoonseol9

3차시

Python
1 hour ago
x=int(input()) if(x%2==0): print("짝") else: print("홀") print((1==2) and (1==2)) print(((1==2) and (1==2)) 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 + "님!") ##앞에 들어쓰기 하면 안 됨 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