나는이렇게코딩했다 (93개)


크레센도

```java package com.jesusbornd.exodus;

public class Exodus_09_Chapter_Lv1 {

enum PlagueS…

```python from enum import Enum

class PlagueState(Enum): WARNING = 1 DISTINCTION = 2 …

재앙모드

```java package com.jesusbornd.exodus;

public class Exodus_08_Chapter_Lv1 {

public stati…

```python event = "개구리 재앙 / Plague of frogs" relief_comes = True

result = "고통이 멈춤 / Relief com…

역할분담

```java package com.jesusbornd.exodus;

public class Exodus_07_Chapter_Lv1 {

public stati…

```python name = "모세 / Moses" role = "바로에게 하나님 같이 / As God to Pharaoh" partner = "아론 / Aaron"

나는나다

```java package com.jesusbornd.exodus;

public class Exodus_06_Chapter_Lv1 {

public stati…

```python phase = 2 message = "나는 여호와라 / I am the LORD"

match phase: case 1: pri…

보내소서

```java package com.jesusbornd.exodus;

public class Exodus_05_Chapter_Lv1 {

public stati…

```python request = "보내소서 / Let the people go" accepted = False

if accepted: print("허락 / …

Search