Hello World.

Status
Not open for further replies.
Joined
Mar 27, 2020
Messages
1
Reaction score
0
So happy i found this forum :) look forward to being a part of it!

in other words,

println"hello world.";
 
Welcome, and good luck with your ventures. This forum will teach you a lot.
 
#include <iostream>

int main() {
std::cout << "Welcome to BHW";
return 0;
}
 
hi bro nice to meet you here access to all learning stuff hope you well find for what you are searching for.
welcome to BHW and good luck:)
 
Hello, welcome to BHW, you can learn more thing here if you are interested to learn with. :) good luck!
 
def ourFriends():

return [“Charlize”, “Hodor”]

def sayHiToNewFriend(personsName):

If personsName in ourFriends():

print(“Hey there {}!”.format(personsName))

else:

print(“Wait a second, you’re not {} or {}!”.format(“Hodor”, “Charlize”))


potentialNewFriend = “Charlize”
sayHiToNewFriend(potentialNewFriend)
 
Status
Not open for further replies.
Back
Top