<!DOCTYPE html> <html lang="ko"> <head> <meta charset="UTF-8"> <title>나레이션 금지</title> <style> body{ margin:0; height:100vh; display:flex; justify-content:center; align-items:center; background:black; color:red; font-size:80px; font-weight:bold; font-family:sans-serif; } </style> </head> <body> 나레이션 금지 </body> </html>
name="루나" while True: msg=input("너: ") if "안녕" in msg: print(name+": 안녕! 😄") elif "이름" in msg: print(name+": 난 루나야!") elif "심심" in msg: print(name+": 나랑 놀자!") elif "좋아" in msg: print(name+": 나도 좋아 😆") elif msg=="끝": print(name+": 바이바이!") break else: print(name+": 무슨 말인지 모르겠어 🤔")
*import time
scene = [ "[07:48 AM] Initializing environment...", "Location: Front Gate / High School Campus", "Weather: Clear Morning Sky", "Students detected: 184", "Noise Level: Moderate", "", ">> Cafeteria smell spreading through the street...", ">> Footsteps approaching...", "", 'Friend: "Hurry up! Class starts soon!"', 'Teacher: "Don’t be late again."', "", "You slowly walk toward the school entrance..." ]
for line in scene: print(line) time.sleep(1)*
출시일 2026.05.23 / 수정일 2026.05.23