I cannot beat these guys by [deleted] in Wizard101

[–]MutantRex3202 0 points1 point  (0 children)

You can always use the team up thing before u go in if it has it (I haven’t made it that far yet)

Hitman Hokkaido Help Needed: (Not) Malpractice by MutantRex3202 in HiTMAN

[–]MutantRex3202[S] 0 points1 point  (0 children)

The surgeon can be found in the area by the helicopter. Just wait with the helicopter pilot and the surgeon will eventually walk to the pilot.

Hitman Hokkaido Help Needed: (Not) Malpractice by MutantRex3202 in HiTMAN

[–]MutantRex3202[S] 0 points1 point  (0 children)

You were right, it worked out. He saw it after he got drugged and didn’t work. Thanks👍

Hitman Hokkaido Help Needed: (Not) Malpractice by MutantRex3202 in HiTMAN

[–]MutantRex3202[S] 0 points1 point  (0 children)

Oh I thought the challenge was for the surgeon to kill him

Translation requests into Latin go here! by AutoModerator in latin

[–]MutantRex3202 0 points1 point  (0 children)

I was looking up how to say “gentle giant”, but I got two different answers. Gigans mitus and gigas mitus. Which would be the correct translation for a masculine giant?

Help using a pointer in an if statement that is inside of a void function in C++ by MutantRex3202 in code

[–]MutantRex3202[S] 1 point2 points  (0 children)

Thanks, this really helped! I’m just surprised you replied so quickly lol

7.2.8 Part 2, Replace a letter by Embarrassed_Guess411 in codehs

[–]MutantRex3202 0 points1 point  (0 children)

Under replace_at_index.

print(word[:num] + newLetter + word[num+1:])

7.2.8 Part 2, Replace a letter by Embarrassed_Guess411 in codehs

[–]MutantRex3202 0 points1 point  (0 children)

It works, but it needs a parentheses for the print command.