print"This course is not suitable for importing. Please fix courseware according to specifications before importing."
print(
"This course is not suitable for importing. Please fix courseware "
"according to specifications before importing."
)
elifwarn_cnt>0:
elifwarn_cnt>0:
print"This course can be imported, but some errors may occur during the run of the course. It is recommend that you fix your courseware before importing"
print(
"This course can be imported, but some errors may occur "
"during the run of the course. It is recommend that you fix "
"your courseware before importing"
)
else:
else:
print"This course can be imported successfully."
print("This course can be imported successfully.")