You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertoutput["message"] =="Check your call of <code>print()</code>. Did you correctly specify the first argument? Expected <code>' , '</code>, but got <code>', '</code>."# nopep8
assertoutput["message"] =="Check your call of <code>print()</code>. Did you correctly specify the first argument? Expected something different."# nopep8
729
+
730
+
731
+
deftest_has_equal_value_dont_wrap_too_long():
732
+
sol="""print('short text')"""
733
+
stu="""print('This text is longer than 50 characters if I copy it 3 times. This text is longer than 50 characters if I copy it 3 times. This text is longer than 50 characters if I copy it 3 times.')"""# nopep8
assertoutput["message"] =="Check your call of <code>print()</code>. Did you correctly specify the first argument? Expected something different."# nopep8
744
+
698
745
## Check has no error ---------------------------------------------------------
0 commit comments