Member-only story
Intro to Python TryHackme
Task 3. Mathematical Operators
Question 1. What is the name of >
Answer: greater than
Question 2. What is the name of !=
Answer: not equal to
Question 3. 1 != 0 will this return true or false (T or F)
Answer: T
Question 4. What is the name of <=
Answer: less than or equal to
Question 5. Will this sample code return truee or false
Answer: truee
Task 5. Variables and Data Types
Question 1. What data type is 13
Answer: integer
Question 2. What data type is “65”
Answer: string
Question 3. What data type is 62.193
Answer: float
Task 12. Challenge Time!
Question 1. Enter the decoded flag to complete the room!
The script chal.py decoded the string which is in the file encodedflag.txt to get the final…