check50

cs50/problems/2022/python/twttr


:) twttr.py exists

Log
checking that twttr.py exists...

:( input of Twitter yields output of Twttr

Cause
expected: "Twttr"     actual:   "Output:  T..."

Log
running python3 twttr.py...
sending input Twitter...
checking for output "Twttr"...

Expected Output:
"Twttr"
Actual Output:
"Output:  T..."

:( input of "What's your name?" yields output of "Wht's yr nm?"

Cause
expected: "Wht's yr n..."     actual:   "Output:  W..."

Log
running python3 twttr.py...
sending input What's your name?...
checking for output "Wht's yr nm?"...

Expected Output:
"Wht's yr n..."
Actual Output:
"Output:  W..."

:) input of CS50 yields output of CS50

Log
running python3 twttr.py...
sending input CS50...
checking for output "CS50"...

:( input of PYTHON yields output of PYTHN

Cause
expected: "PYTHN"     actual:   "Output:  P..."

Log
running python3 twttr.py...
sending input PYTHON...
checking for output "PYTHN"...

Expected Output:
"PYTHN"
Actual Output:
"Output:  P..."