# Write a program that asks the user for their:
# name, student ID and field of study
# Assign their responses to variables
# Print their response using the variables
# -------------------------------------------------
# collecting inputs as variables
print("what is your first name?")
fName = input()
print("what is your last name?")
lName = input()
print("what is your student ID?")
sID = input()
print("what is your major?")
sMajor = input()
# utilizing inputs w/ cohesive outputs via input variables
print("so, just to double-check your info;")
print("your name is " + fName + " " + lName)
print("your student ID is " + sID)
print("and you're majoring in " + sMajor)
# confirm details
print("confirm these details? [Y/N]")
iConfirm = input()
if(iConfirm == "Y" or "y"):
print("thanks for the confirmation! have a good day :)")
elif(iConfirm == "N" or "n"):
print("aw man, let's retry then :)")
else:print("wait, what'd you say? let's try again :)")
# Waiting for assessment
print("press any key (besides the power button) to finish the run")
input()
(it worked on the 2nd try)# Get the user's name and age
name = input("Enter your name: ")
year = int(input("What year were you born: "))
and then all you would do is take the year they input and add 100, so create a 3rd variable like
year_when_100 = year + 100
then
print(f"{name}, you will be 100 years old in the year {year_when_100}.")
print("what is your name :3\n")
name = input()
print("what is your age :3\n")
age = int(input())
print(":3 hello " + name + " you will turn 100 in the year " + string(2023 + (100 - age)) + " :3")
prolly the answer idkint(input(
make it only valid as an integer input? we haven't gotten that far if so, but he's fine with people who know further than what the course is teachingint(input(
make it only valid as an integer input? we haven't gotten that far if so, but he's fine with people who know further than what the course is teaching >>> int("hewwo")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ValueError: invalid literal for int() with base 10: 'hewwo'
>>>
# Get the user's name and age
name = input("Enter your name: ")
year = int(input("What year were you born: "))
and then all you would do is take the year they input and add 100, so create a 3rd variable like
year_when_100 = year + 100
then
print(f"{name}, you will be 100 years old in the year {year_when_100}.")
print("what is your name :3\n")
name = input()
print("what is your age :3\n")
age = int(input())
print(":3 hello " + name + " you will turn 100 in the year " + string(2023 + (100 - age)) + " :3")
prolly the answer idk There are a lot of things you can do in Starfield that weren't in the previous games
you clearly have not played starfieldwhy are they not being removed with mods
There are already a lot of mods that modify the game, both adding and removing features.intentionally provocative
I fundamentally disagree, and this is hard to prove either way without straight up asking the guy who made it, so this is pretty much just speculation either wayby partners
maybe and by the people themselves
definitely not for safety
no personal preference
I can explain why this is fucked up (edited)by partners
maybe and by the people themselves
definitely not for safety
no personal preference
I can explain why this is fucked up (edited)you need to do this RIGHT NOW
if SHES talking about the druid idol, no, thats a random side quest offered by a literal child,
its possible to do but fucking stupid,
it also ruins your chances with Halsin down the lineyou need to do this RIGHT NOW
if SHES talking about the druid idol, no, thats a random side quest offered by a literal child,
its possible to do but fucking stupid,
it also ruins your chances with Halsin down the line 1. https://www.2b2t.org/content/images/2023/09/1.jpg
2. https://www.2b2t.org/content/images/2023/09/2.jpg
3. https://www.2b2t.org/content/images/2023/09/3.jpg
4. https://www.2b2t.org/content/images/2023/09/4.jpg
5. https://www.2b2t.org/content/images/2023/09/5.jpg
5 images not too interesting but still kewl :3GPL with human brain firmware exception
only (edited)2b2t in space
video with nvidium and bobby 256k cache when????!