value = 5
print(f"{value} multiplied by 2 is: {value * 2}")
Notebook validation failed: Additional properties are not allowed ('id' was unexpected):
{
"cell_type": "code",
"execution_count": 3,
"id": "7043f8f0",
"metadata": {
"trusted": true
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": "hellow world
"
}
],
"source": "print('hellow world')"
}
# Try this script
dosomething = input("What do you want me to do?")
if dosomething == 'command.builtin':
print("Never gonna give you up!")
print("TrashCMD TM")