Member-only story

Intro to Python TryHackme

Vijay Kumar Gupta
2 min readSep 7, 2024

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…

--

--

Vijay Kumar Gupta
Vijay Kumar Gupta

Written by Vijay Kumar Gupta

Vijay Gupta is an inspiring public speaker and social entrepreneur who has dedicated his life to bringing about positive change and empowering communities.

No responses yet