Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » how to find water in the ocean
- Vaibhs11
-
Scratcher
1000+ posts
how to find water in the ocean
Maybe to find water, you need to fly high?Good point, Should be below 99.9km
- BarelySmooth
-
Scratcher
1000+ posts
how to find water in the ocean
If you can't find it, make it
const water = new Water() water.coordinates
Last edited by BarelySmooth (March 31, 2022 09:15:49)
- Chiroyce
-
Scratcher
1000+ posts
how to find water in the ocean
If you can't find it, make it find youIf you can't find it, make itconst water = new Water() water.coordinates
const SSB20 = new Scratcher('Super_Scratch_Bros20'); const water = new Water(); water.amount = 300; // Millilitres of water water.temperature = 10; // Celsius const bottle = new Bottle(350); // With a capacity of 350ml bottle.fill(water); bottle.coordinates = SSB20.randomHand(); console.log('Your water is ready!');
Last edited by Chiroyce (March 31, 2022 09:23:10)
- Vaibhs11
-
Scratcher
1000+ posts
how to find water in the ocean
If you can't find it, make itconst water = new Water() water.coordinates
const char water = {"w", "a", "t", "e" ,"r"} /* I don't know the rest */ return 0;
- -EmeraldThunder-
-
Scratcher
1000+ posts
how to find water in the ocean
You need to bypass the security in the ocean bank of water, the computer systems are really complicated, and it's hard to get past them. After hours and hours of planning, I finally managed to write a script that got me into their water storage area.
print('Hello World!')
- k0d3rrr
-
Scratcher
1000+ posts
how to find water in the ocean
I FINALLY FOUND WATER!
I put together two hydrogen atoms and one oxygen atom, and I accidentally found water!
I put together two hydrogen atoms and one oxygen atom, and I accidentally found water!
Last edited by k0d3rrr (March 31, 2022 11:19:14)
- Sid72020123
-
Scratcher
500+ posts
how to find water in the ocean
Try this Python Code:
from mouth import Drink from water import GlassOfWater drink_action = Drink(mouth_size=10, has_teeth=False) water_glass = GlassOfWater(quantity=10, temperature=30) how_it_feels = drink_action.drink_water(water_glass) if how_it_feels == "Good!": print("Feeling Fine Now!") else: print("I want more...")
- Chiroyce
-
Scratcher
1000+ posts
how to find water in the ocean
Try this Python Code:And now we use recursion!from mouth import Drink from water import GlassOfWater drink_action = Drink(mouth_size=10, has_teeth=False) water_glass = GlassOfWater(quantity=10, temperature=30) how_it_feels = drink_action.drink_water(water_glass) if how_it_feels == "Good!": print("Feeling Fine Now!") else: print("I want more...")
from mouth import Drink from water import GlassOfWater def drink(): drink_action = Drink(mouth_size=10, has_teeth=False) water_glass = GlassOfWater(quantity=10, temperature=30) how_it_feels = drink_action.drink_water(water_glass) if how_it_feels == "Good!": print(f"Feeling Fine Now, after {glasses_drank} glasses of water!") return else: print("I want more...") drink(glasses_drank + 1) drink(1)
- Sid72020123
-
Scratcher
500+ posts
how to find water in the ocean
And now we use recursion!Correct Code:from mouth import Drink from water import GlassOfWater def drink(): drink_action = Drink(mouth_size=10, has_teeth=False) water_glass = GlassOfWater(quantity=10, temperature=30) how_it_feels = drink_action.drink_water(water_glass) if how_it_feels == "Good!": print(f"Feeling Fine Now, after {glasses_drank} glasses of water!") return else: print("I want more...") drink(glasses_drank + 1) drink(1)
from mouth import Drink from water import GlassOfWater def drink(glasses_drank): drink_action = Drink(mouth_size=10, has_teeth=False) water_glass = GlassOfWater(quantity=10, temperature=30) how_it_feels = drink_action.drink_water(water_glass) if how_it_feels == "Good!": print(f"Feeling Fine Now, after {glasses_drank} glasses of water!") return else: print("I want more...") drink(glasses_drank + 1) drink(1)
- Sid72020123
-
Scratcher
500+ posts
how to find water in the ocean
New Code:
from mouth import Drink from water import GlassOfWater def drink(glasses_drank): drink_action = Drink(mouth_size=10, has_teeth=False) water_glass = GlassOfWater(quantity=10, temperature=30) how_it_feels = drink_action.drink_water(water_glass) if how_it_feels == "Good!": print(f"Feeling Fine Now, after {glasses_drank} glasses of water!") return else: print("I want more...") if glasses_drank >= 100: print("Sorry! All the water in this world is over!!!") return drink(glasses_drank + 1) drink(1)
- TheNintendoFan2020
-
Scratcher
1000+ posts
how to find water in the ocean
hmmm, maybe ask spongebob and the bubble guppies.
- JackK211424
-
Scratcher
500+ posts
how to find water in the ocean
I'm curious how you getting signal out there? I must know what provider you use!Explain more please?
(We’re celebrating April Fools on March 31st.)
i don’t know where i can find water
i’m on a boat trying to find it
- Steve0Greatness
-
Scratcher
1000+ posts
how to find water in the ocean
I'm curious how you getting signal out there? I must know what provider you use!Verizon.
- Super_Scratch_Bros20
-
Scratcher
1000+ posts
how to find water in the ocean
I'm curious how you getting signal out there? I must know what provider you use!
Carmen Industries™
- AIGamesDeveloper
-
Scratcher
1000+ posts
how to find water in the ocean
I'm curious how you getting signal out there? I must know what provider you use!Verizon.
Oh cool veri- oop hold on. Got a text from myself about a gift for paying ma bills
Let me- OH NO!!!
- k0d3rrr
-
Scratcher
1000+ posts
how to find water in the ocean
*gets loudspeaker out of locker* HAS ANYONE FOUND WATER YET?
- Super_Scratch_Bros20
-
Scratcher
1000+ posts
how to find water in the ocean
*gets loudspeaker out of locker* HAS ANYONE FOUND WATER YET?
*picks up megaphone and hooks it up to incredibly loud speaker*NO!!!!!
[sign-language]Congratulations, I hereby declare you deaf.[/sign-language]
Last edited by Super_Scratch_Bros20 (March 31, 2022 23:27:30)
- kccuber
-
Scratcher
1000+ posts
how to find water in the ocean
const water = H2O; // water must be a const because it's always H2O
- Discussion Forums
- » Advanced Topics
-
» how to find water in the ocean













