በቀጣሊዎች ከታች ታሪክ ስለሆነ የቴሌግራም አገልግሎት TIGRAY TECH 🖥💻 አለ፤ ይህ አገልግሎት በምጥላፍ (Hacking)፣ በፕሮግሬምንግ ቋንቋዎች፣ እና በእንቅስቃሴ ቴክኖሎጂ (IT) ፣ ሲያሰራርሉ እና በሲቲም አለማምጣት እንዲወስዱ የደንብና ስራ ይሁኑ። ይህ አገልግሎት በአንድ ቀን ለአስተዳደር እንቅስቃሴ እና ፕሮግሬም ቋንቋለውን የደንቡን ቲንታርንት እንዲጠቀሙ፣ ለምንም አገልግሎት የሚሆኑ ኣገልግሎቶችን ጨምሮ ነበር። እንደዚህ ደግሞም በ@Medhanye7 ወይም TIGRAY TECH 🖥💻 እንዲተደገፉ የምጥላፍ ውስጥ ስለ ሞባይል ምክንያትና ለመጠቀም ይደገመ።
07 Jan, 04:54
if-else
🔄if-else
conditions! These allow our program to make decisions based on user input or other factors.age = int(input("How old are you? "))
if age >= 18:
print("You are an adult!")
else:
print("You are a minor!")
if
statement: Checks a condition. If it evaluates to True
, the indented block runs.else
statement: Runs if the if
condition is False
.>=
, <
, ==
): Used to compare values.Enter your favorite number: 12
That's a big number!
01 Jan, 09:05
# Taking user input
name = input("What is your name? ")
age = input("How old are you? ")
print("Hello", name + "! You are", age, "years old.")
"Hi [Name], your favorite hobby is [Hobby]!"
31 Dec, 21:08
29 Dec, 05:51
name = "John"
age = 25
height = 5.9
print("Name:", name)
print("Age:", age)
print("Height:", height)
26 Dec, 10:25
26 Dec, 04:57
print("Hello, World!")
25 Dec, 06:53
python --version
in your terminal.24 Dec, 20:39
24 Dec, 20:11
23 Dec, 07:32
_gift
" behind the link then you can start for free in memhash