예제 #1
0
from hexlet.test import test_output

test_output('0xff')
예제 #2
0
from hexlet.test import test_output

test_output('13')
예제 #3
0
from hexlet.test import test_output

test_output('Targaryen\n and \nDragon')
예제 #4
0
from hexlet.test import test_output

test_output('''Hello, Joffrey!
Here is important information about your account security.
We couldn't verify you mother's maiden name.''')
예제 #5
0
from hexlet.test import test_output

test_output('Hello, World!')
예제 #6
0
from hexlet.test import test_output

test_output("243\n2.0")
예제 #7
0
from hexlet.test import test_output

test_output('2 times')
예제 #8
0
from hexlet.test import test_output

test_output('0x2a')
예제 #9
0
from hexlet.test import test_output

test_output('10.12')
예제 #10
0
from hexlet.test import test_output

test_output('King Balon the 6th has 102 rooms.')
예제 #11
0
from hexlet.test import test_output

test_output(
    "- Did Joffrey agree?\n- He did. He also said \"I love using \\n\"."
)
예제 #12
0
from hexlet.test import test_output

test_output('hodor')
예제 #13
0
from hexlet.test import test_output

test_output('9780262531962')
예제 #14
0
from hexlet.test import test_output

test_output("10.5")
예제 #15
0
from hexlet.test import test_output

test_output("~\n^\n%")
예제 #16
0
from hexlet.test import test_output

test_output('80')
예제 #17
0
from hexlet.test import test_output

test_output("4")
예제 #18
0
from hexlet.test import test_output

test_output("9.0")
예제 #19
0
from hexlet.test import test_output

test_output('-0.304')
예제 #20
0
from hexlet.test import test_output

test_output('Rhaella Targaryen')
예제 #21
0
from hexlet.test import test_output

test_output('20')
예제 #22
0
from hexlet.test import test_output

test_output('''Lannister, Targaryen, Baratheon, Stark, Tyrell...
they're all just spokes on a wheel.
This one's on top, then that one's on top, and on and on it spins,
crushing those on the ground.''')
예제 #23
0
from hexlet.test import test_output

test_output("87")
예제 #24
0
from hexlet.test import test_output

test_output('Do you want to eat, Arya?')
예제 #25
0
from hexlet.test import test_output

test_output('What Is Dead May Never Die!')
예제 #26
0
from hexlet.test import test_output

test_output('125')
예제 #27
0
from hexlet.test import test_output

test_output("49.0")
예제 #28
0
from hexlet.test import test_output

test_output('anneirB')
예제 #29
0
from hexlet.test import test_output

test_output('-2000')
예제 #30
0
from hexlet.test import test_output

test_output('125.0\n7500.0')