This media is not supported in your browser
VIEW IN TELEGRAM
Hanta virus leaving the earth after nobody gave a f about it
ππ
π6π€£1
Thanks for checking out
ethioworldcup.vercel.app
All match times in Ethiopian time, countdowns, full fixtures.
Some updates: ALL World Cup 2026 matches in Ethiopian time (EAT)! No more converting kick-off times yourself π You can even export a clean fixture poster to share.
#WorldCup2026
Guys check out the update and lemme know π
EthioWorldCup.vercel.app
ethioworldcup.vercel.app
All match times in Ethiopian time, countdowns, full fixtures.
Some updates: ALL World Cup 2026 matches in Ethiopian time (EAT)! No more converting kick-off times yourself π You can even export a clean fixture poster to share.
#WorldCup2026
Guys check out the update and lemme know π
EthioWorldCup.vercel.app
π₯4
Idk who but some one is playing with my channel making the member stay between 466 and 467 more like 67π
π2
for-coder
Just bought my first domain today lol
A .et one πͺπΉ
The process was pretty smooth, but I think it could be improved with a dedicated payment request code for each domain purchase. Users could simply pay through Telebirr or bank transfer using that code, without having to upload receipts or payment confirmations.
It would make the whole process faster and more developer-friendly. The same idea could also work well for other Ethio Telecom ISP services.
Thanks @ethiotelecom for making it happen ππ
The process was pretty smooth, but I think it could be improved with a dedicated payment request code for each domain purchase. Users could simply pay through Telebirr or bank transfer using that code, without having to upload receipts or payment confirmations.
It would make the whole process faster and more developer-friendly. The same idea could also work well for other Ethio Telecom ISP services.
Thanks @ethiotelecom for making it happen ππ
π₯1
class Box:
items = []
def __init__(self, item):
self.items.append(item)
b1 = Box("A")
b2 = Box("B")
b1.items = ["C"]
print(b1.items)
print(b2.items)