Templating the Condition

Report a typo

Write the template code and save it to the main_template variable. The template should show Hello world! if the trigger is True.

Write a program in Python 3
main_template = '''
# your code here
'''
___

Create a free account to access the full topic