Tech with Effy

Tech with Effy Tech News | Coding | Web Development | Software Engineering | AI & AI Tools | Programming

15/01/2026

What could these code snippets produce if it is executed?

14/01/2026

You don't need to be of that discipline to try something new

13/01/2026

Guess the output?

Tech with Effy






Good morning dear ones. What's the output of this Python code? def checker(text):    return text == text[::-1]
07/01/2026

Good morning dear ones.
What's the output of this Python code?

def checker(text):
return text == text[::-1]




What is the expected output of this code snippet?def getType(value: any):    return "Number" if not isinstance(value, st...
06/01/2026

What is the expected output of this code snippet?

def getType(value: any):
return "Number" if not isinstance(value, str) else "String"

def getInput(prompt: str):
return input(prompt)

data = getInput("Your data: ")
print(getType(data))


03/01/2026

What is the result of the following Python expression?
print(1.5 + 1.5 * 2)

02/01/2026

Happy New Year & Welcome to 2026!🎉
‎
‎May this new year bring you good health, happiness, bigger opportunities, and success in all you do.
‎Here’s to new beginnings, greater wins, and amazing memories ahead.

Happy New Year

Address

19 Ngozi Azeh Street
Asaba

Website

Alerts

Be the first to know and let us send you an email when Tech with Effy posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share