CYBUTURE
Menu

CTF Practice

Python Practice 3/27/2023

3/27/2023

3 Comments

 
a = "yhpargonagets"
decoded = ""
for i in range(len(a)):
    decoded += a[len(a)-i-1]

​
3 Comments
Aayur
4/3/2023 03:27:20 pm

#basic syntax
print("Hello")
#variables
idk=("IDK")
print("IDK")
a=1
b=1
#loops
for i in range (3):
print("I don't know python")
#data types
a=1
b=1
if a==b:
print("boolean")
print("This is a string")
print("This is a integer: ",a)
print("This is a float: sdjiajsoijd828128",b)

Reply
Mahita
4/3/2023 03:45:54 pm

print("hello")
x=3
fruits = ("apple","bannana")
for x in fruits:
print(x)
y=5 # int
z=2.5 #float
a=1j # complex
print(type(y))

Reply
irene
4/3/2023 03:46:18 pm

print ("Hello, World!")
x=500
print(x)
y = 2 # int
print (type (y))
a = "badabing badaboom"
print (a)
fruits = ["apple", "banana", "cherry"]
for x in fruits:
print(x)

Reply



Leave a Reply.

    Author

    Write something about yourself. No need to be fancy, just an overview.

    Archives

    January 2024
    April 2023
    March 2023
    February 2023

    Categories

    All

    RSS Feed

Company

About
The Club
Slides

Support

Contact
FAQ

© COPYRIGHT 2024. ALL RIGHTS RESERVED.
  • Home
    • About
  • Contact
  • Cybernodes
  • T452 Online Safety Pamphlet
  • CTF practice
  • Home
    • About
  • Contact
  • Cybernodes
  • T452 Online Safety Pamphlet
  • CTF practice