Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 478 Bytes

030-python-basics-1.md

File metadata and controls

21 lines (12 loc) · 478 Bytes

30 - Python Basics 1

Written by Michael Zhang

Problem

Welcome to Python crash course! To get started, head over to the Python Editor and print the string Hello, EasyCTF! exactly like that to the console.

Hint

Not sure how to print in Python? Look it up (maybe on our Learn page?)! It probably uses the print function.

Solution

print "Hello, EasyCTF!"

Flag

don't_worry_it's_gonna_get_harder_for_all_you_pros