Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,151,220 members, 7,811,615 topics. Date: Sunday, 28 April 2024 at 03:44 PM

Myles16's Posts

Nairaland Forum / Myles16's Profile / Myles16's Posts

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) (12) (13) (14) (15) (of 16 pages)

Jokes Etc / Re: Can Nairalanders Settle This Matter PHOTO by myles16(m): 12:40pm On May 29, 2020
na you dey help dem settle matter upandan, now your CGPA na 0.98, who go help you settle this one now??

7 Likes

Jokes Etc / Re: Can Nairalanders Settle This Matter PHOTO by myles16(m): 12:25pm On May 29, 2020
Ebenezer2O2O:
gbenu e soun


Emabinu ma, shey make i help una settle the matter

ofe ni o, moni gba owo
Celebrities / Re: Sterling Bank Offers Cynthia Morgan Deal After Square Records Allegedly Destroy by myles16(m): 10:57am On May 29, 2020
get your self a Lawyer! mbah! shebi i can read the terms & condition, and i understand english. Now you've gone and sign a deal you don't know how it works, you can't even use your birth name without jude's consent

This is serious, may God help... next time try to get a lawyer
Programming / Re: Help With This Python Programming Assignment Please by myles16(m): 7:51pm On May 28, 2020
pixey:
Using functions

def invest_worth():

investment = 14000
first_year = 14000*1.4
#Multiply by 140%
second_year = first_year - 1500
# Decrease by $1500
third_year = second year *1.12
# Multiply by 112%
total_worth = first_year + second_year +
third_year
return "The total investment worth is
{}".format(total_worth)

invest_worth()


#This will give you the total investment value after 3 years.

Please indent the codes!



i think something is still missing, did you run this code?
Programming / Re: Help With This Python Programming Assignment Please by myles16(m): 11:44am On May 28, 2020
locust:


Sorry I meant amateur.


Lols
Programming / Re: Help With This Python Programming Assignment Please by myles16(m): 9:03am On May 28, 2020
locust:


I'm a rookie in python. Been jumping from python to JavaScript and back to css. Then on to JavaScript again. I'm just lacking focus. Don't know what I want.



Since you're kind of strong in python, why don't you face python squarely and apply for remotes jobs if you're lucky and got accepted, good for you. Since python is wide can't you just go deep like into django and co.
Programming / Re: Help With This Python Programming Assignment Please by myles16(m): 10:50pm On May 27, 2020
locust:
Python lipsrsealed


yeah
Programming / Re: Help With This Python Programming Assignment Please by myles16(m): 10:50pm On May 27, 2020
locust:
Too much print functions?



That's why i came for help
Education / Re: I Have Problem With A Course. by myles16(m): 9:29pm On May 27, 2020
Cool down and read your post before sending, and choose your words correctly, if you're not too sure ask from people by doing this you tend to learn and master your use of english
and if you're doubting your A in that course try and aim for B, and focus more on other courses. Even scoring B in all your courses can still land you in 4.0 which is good for a fresher like you

1 Like

Programming / Re: Help With This Python Programming Assignment Please by myles16(m): 6:48pm On May 27, 2020
yemyke001:



Try this:

name = input ('Please enter your name: ')
for letter in name:
print('The ASCII VALUE OF', letter, 'IS', ord(letter))

thanks Bro... Done

please enter your name: Myles
the ASCII VALUE of is 32
the ASCII VALUE of M is 77
the ASCII VALUE of y is 121
the ASCII VALUE of l is 108
the ASCII VALUE of e is 101
the ASCII VALUE of s is 115
Jobs/Vacancies / Re: Gap Teeth A Reason For Disqualification In Bank Interviews? by myles16(m): 6:10pm On May 27, 2020
is that really a gap or a teeth is missing? actually they don't take that into consideration when employing it should be something else bro
Programming / Re: Help With This Python Programming Assignment Please by myles16(m): 5:36pm On May 27, 2020
when i replaced that "ord" with "str" this is what it's showing me, and if i space the alphabet and the A before ASCII it's just repeating "please enter name" without showing result

please enter your name: olawale
ASCII VALUE is olawale
oASCII VALUE is olawale
lASCII VALUE is olawale
aASCII VALUE is olawale
wASCII VALUE is olawale
aASCII VALUE is olawale
lASCII VALUE is olawale
eASCII VALUE is olawale
Programming / Re: Help With This Python Programming Assignment Please by myles16(m): 5:29pm On May 27, 2020
yemyke001:


What version of python are you using? Cos I ran the code and it ran... It must be 3 upward else you may need to change the string format option to % used in python 2 version




i am using the latest version which is 3.8
that's the error below
File "C:/Users/atbab/OneDrive/Desktop/programmes/correction.py", line 11, in <module>
print (f"{char}ASCII VALUE is{ord (name)}"wink
builtins.TypeError: ord() expected a character, but string of length 8 found
Programming / Re: Help With This Python Programming Assignment Please by myles16(m): 4:36pm On May 27, 2020
yemyke001:



name = input('Please Enter your name:')
for char in name:
print(f'{char} ASCII VALUE IS {ord(char)}')



i am getting syntaxError still haven't gotten where the issue is
Romance / Re: He’s Very Stingy And I am tired by myles16(m): 3:13pm On May 27, 2020
Shormiey:




Werey want use style enter the girl head, see strategy

Nairaland guys i trowey yansh give una....

2 Likes

Programming / Re: Help With This Python Programming Assignment Please by myles16(m): 1:44pm On May 27, 2020
yemyke001:


investment = 14000
investment += 0.4*investment
print('YOUR INVESTMENT FOR THE FIRST YEAR IS:',investment)
investment -= 1500
print('YOUR INVESTMENT AFTER TWO YEARS IS:',investment)
investment += 0.12*investment
print('YOUR INVESTMENT AFTER THREE YEARS IS:', investment)



Thanks Bro... It worked

i am not still familiar with += and -=

help with this below

1. Write a program that asks the user to enter their name. Then it should print out the
ASCII equivalent of each of the first four characters of your name. For instance,
here is a sample run of the program below.
Please enter your name: Kent
K ASCII value i s 75
e ASCII value i s 101
n ASCII value i s 110
t ASCII value i s 116

Programming / Help With This Python Programming Assignment Please by myles16(m): 4:28am On May 27, 2020
I just started with python class tho it's self taught and my first challenge is to write a program that calculate how much a $14,000 investment would be worth if it increased in value by 40% during the first year; lost $1500 in value the second year and increased 12% in the third year. Can anybody pls solve this for me?

Below is the screenshot of the one i did, i know i've been very lazy with algorithm and i would love someone to help with the normal calculation

but this is mine

print ("1. How much an investment of $14,000 would worth if it increased by 40% in it's 1st year"wink
investment= 14000 + 5600
print ("* 1st year investment would worth", investment )
print ("investment= 14000 + 5600(40%)=" , investment )
print ("2. investment lost $1,500 worth of value in it 2nd year"wink
investment= investment - 1500
print("invest lost in the second year which is $1500 "wink
print("investment worth= 18100 -", "1500 =", investment)
investment= investment + 2172
print ("value of the 3rd year increased by 12%"wink
print ("investment worth 18100 + 2172 =", investment )
print ("the Main balance of the investment is", investment)

Programming / Re: What Made You Pick Interest In Programming by myles16(m): 1:50am On May 27, 2020
voicecollector:
Hello, Nigeria friends,
My name is Alex Yang from an IT company based in Beijing, China. We are developing an Automatic Speech Recognition (ASR) program. ASR is technology that converts spoken words into text. For your more specific understanding, we are developing a Hausa language recognition program. Hausa is the largest ethnic group in Nigeria and Hausa is a beautiful language. I hope that Hausa friends are delighted to hear this news. Imagine one day in the future you hold a conversation with a foreigner, say Chines, in your proudly Hausa Language, but through ASR technology we can understand your Hausa language. At present, we are taking voice and text samples for our program. We need record voice samples from 150 Hausa native speakers. We also need Hausa language specialist to proof the Hausa text and voice recording. We will pay appropriate fee for your work.
If you are interested in our program, for more information please contact me via wechat app. My wechat ID is 909701941 or email me at 909701941@qq.com.
Thanks




have you gotten all the voices you require?? i school in the North and i can help you get about 70 voices of native Hausa people because get 150 voices from different people is not an easy task, plus what about Yoruba too?
Romance / Re: Know Your Worth Nigga: A Thread For Men by myles16(m): 10:54pm On May 25, 2020
UyaiIncomparabl:


Awwwn. So beautiful. kiss wink

Let's leave here. It's too toxic. Don't let them say you're asslicking, dear. kiss




esha kora yin bota
Romance / Re: Know Your Worth Nigga: A Thread For Men by myles16(m): 10:33pm On May 25, 2020
lightangel65i:


I changed to not giving a Bleep about ladies and not acting like a hormone feuled bull or worshipping ladies, and they termed me Gay, what are the odds




One of my friend once asked if i was gay cause she gave me all type of green lights but me as a shy guy then, don't know how to react to it, i don't confess my love or show it on my face no matter how i love you and that's my strength.

1 Like

Romance / Re: Know Your Worth Nigga: A Thread For Men by myles16(m): 10:28pm On May 25, 2020
Premiumwriter:
if I check my younger sis page on Facebook I go just de vex.





I don't even like checking my sister's own, you go just dey vex unnecessarily. Some would even post picture and caption "One Hour with me or 1 million?" i be like WTF are you, can you pay my school fees!

3 Likes

Romance / Re: Know Your Worth Nigga: A Thread For Men by myles16(m): 10:19pm On May 25, 2020
UyaiIncomparabl:


Your reply reeks of insecurity. See, no matter how many threads you people create from dawn till dusk, there shall always be "arselickers" angry . Stop fighting for what will and always be. angry




We're not fighting for sh!t, till eternity Simps would never stopped growing... we just telling our fellow guys to know their worth, plus this thread ain't for you.. it's for Chest and not Boobs

19 Likes

Romance / Re: Know Your Worth Nigga: A Thread For Men by myles16(m): 10:13pm On May 25, 2020
[quote author=marti198 post=89960279][/quote]





truth be told, very annoying something.... it all started on FB where 16 years old girl with new account starts having 700 likes on a picture with older guys saying all type of arse-licking stuffs mean while a guy of same age hardly see 20 likes with a comment

4 Likes

Romance / Re: Know Your Worth Nigga: A Thread For Men by myles16(m): 10:08pm On May 25, 2020
UyaiIncomparabl:
Wailers. grin tongue



Eeya! Sorry o!! No Arse-licker on this thread, maybe you should check the next thread

12 Likes

Nairaland / General / Re: Nigeria's New High Speed Train by myles16(m): 10:05pm On May 25, 2020
just the front is cute, the body still carry the old locomotive train belching smokes like chimney, Nigeria with old mentality sha
Romance / Re: Know Your Worth Nigga: A Thread For Men by myles16(m): 7:07pm On May 25, 2020
Premiumwriter:
when you go out with a very very pretty lady then you'll understand that men today are almost...useless.

like they way guys will be staring at you - i've never felt stared at with so many hungry eyes like that before in my entire life and mind you i do public speaking a lot but the way men stares it's something else.



Exactly, they be looking at you like you've made it in life, the way they stare at guys walking with a fair lady is more irritating than the way they stare at guys in a benz

14 Likes

Romance / Re: Know Your Worth Nigga: A Thread For Men by myles16(m): 6:42pm On May 25, 2020
Asin very irritating something, facebook is the worst you start seeing things like "Thanks for your acceptance", some be commenting wow wow like an ambulance on girls picture, as a guy it irritates me and it makes me feel bad like are we supposed to bring our self this low before they can appreciate us or become friends with us, I don't toast girls, mutual friendship is what i do even tho i know i am not that handsome, i know some girls still crush on me... I don't have to be sending "Good morning" messages every morning. Seriously we guys should know our worth.

70 Likes 3 Shares

Family / Re: What Nick-name Did Your Bear Back Then In School&why The Name? by myles16(m): 3:19pm On May 25, 2020
back when i was in King's college Lagos, my friends called me Isi-money cause my name is Ismail. I was a Day student then but when we got to ss2, We were all forced to become boarders, so during Owu period (when most of all these rich boys are done lavishing their pocket money, and most students were broke) that's when i start spending, like buying 7up and gala constantly and my friends were always like Isi-money, Tho they were all rich kids and i think i was the poorest of them all.

i am schooling (University) in the North, so i am still kind of learning Hausa, so i call most guys Baba mai Kudi (father of a rich man) from my Yoruba perspective of Baba Olowo (rich man), so they laughed at me cause Baba mai kudi aint correct and should be Mai Kudi, so since then they started calling me "Baba Mai Kudi"... even tho the name is affecting me cause people tend to see me as a rich guy, someone even entered my room and stole my Samsung phone that wasn't even up to 2 months that i bought it.
Programming / Re: LIfe Of A Software Engineer by myles16(m): 2:36pm On May 25, 2020
omoluabiguy:
2009 was the year I arrived Malaysia for my bachelors degree.

To my surprise, there were so many Nigerians in Malaysia than I had expected. In fact, most of them were living really large while some of us were living the regular struggling student life. It took a while before it dawned on me how Nigerians in Malaysia make enough money to live large, but then I am always on a constant reminder as to why I was there and I pushed hard to stick to my mission, but It was a very rough and super tough 4 years of my life and I couldn’t wait to complete my studies and return to Nigeria.

It was June 2013. Convocation day, as my name was called on that stage to receive my credentials conferred on me having completed my degree. My stomach was groaning due to hunger, I was flat broke and I looked so disorganized, but I had to push through even tho I had a sense of relief from the college struggle.

It was time to go back to Nigeria since I couldn’t imagine myself staying extra time out there.
I explored the cities for another month and booked my return flight to Nigeria with the hope of going back home to start a better life after earning the degree. angry

It was just all imaginations and fantasies hoping Nigeria would have been better than how I left it. I totally forgot the reality of my home Country, but I learnt that the hard way.

I took the flight and headed back to Nigeria.....




Baba a nduro de update o.... e update wa
Romance / Re: What This Girl Posted On Facebook About Her Boy Friend Will Make You Laugh by myles16(m): 1:22pm On May 23, 2020
This is 2020, where is the girl? help us ask her "howfar about 2017" na

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) (12) (13) (14) (15) (of 16 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 50
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.