Answer:
a pseu code is a is an artificial and informal language that helps programmers develop algorithms.
Explanation:
There are steps to take so as to update a flow that was created as part in recent update. What would cause the said action is that the flow Is a before save flow.
<h3>What is a flow</h3><h3 />
- A flow in this scenario is known to makes before-save updates and it is known to be quite similar to a before trigger.
The Before-save Flow is known to be a trigger that is done before a given operation.
See full question below
An administrator has been asked to update a flow that was created as part of a recent update. When the administrator opens the flow for edtting, the Flow Bunder toolbox offers only four elements: Assignment, Decision, Get Records, and Loop.
What would cause this?
A . The flow Is a before save flow.
B . The flow Is a screen flow.
C . The version of the flow is activate.
D . The version of the flow is inactive.
Learn more about Flow from
brainly.com/question/6532130
Answer:
import random
print("Hello! I have a random number from 1 to 100! It is your job to try and guess it!")
number = random.randint(1,101)
guess = int(input("start to guess: "))
num_guesses = 1
while guess != number:
if guess > number:
print("lower")
guess = int(input("try again: "))
num_guesses +=1
elif guess < number:
print ("higher")
guess = int(input("start to guess: "))
num_guesses +=1
print("congrats it took you", num_guesses, "tries")
Explanation:
Answer:
Maybe you don't have all the points and brainliests needed. Double check and if you actually don't, try to reload your device. If it still isn't working, there is something wrong with your device.
Explanation:
PLEASE MARK ME AS BRAINLIEST I REALLY WANT TO LEVEL UP