Python Programming Tutorial for Beginners - Section 4: Common Python Errors

preview_player
Показать описание
Python Programming Tutorial for Beginners - Section 4: Common Python Errors
In this Python Programming tutorial video we will be discussing about common python errors.
Get our 4 hour online Python programming course FREE for life with the link below:

Python Programming Tutorial for Beginners - Section 1: Installation

Python Programming Tutorial for Beginners - Section 1: Print and Strings

Python Programming Tutorial for Beginners - Section 1: Math

Python Programming Tutorial for Beginners - Section 2: Variables

Python Programming Tutorial for Beginners - Section 2: While Loops

Python Programming Tutorial for Beginners - Section 2: For Loops

Python Programming Tutorial for Beginners - Section 2: If Statement

Python Programming Tutorial for Beginners - Section 2: If Else Statements

Python Programming Tutorial for Beginners - Section 2: If Elif Else Statements

Python Programming Tutorial for Beginners - Section 3: Functions

Python Programming Tutorial for Beginners - Section 3: Function Parameters

Python Programming Tutorial for Beginners - Section 3: Global and Local Variables

Python Programming Tutorial for Beginners - Section 4: Common Python Errors

Python Programming Tutorial for Beginners - Section 5: Writing to a File

Python Programming Tutorial for Beginners - Section 5: Appending to a File

Python Programming Tutorial for Beginners - Section 5: Reading From a File

Python Programming Tutorial for Beginners - Section 5: Classes

Python Programming Tutorial for Beginners - Section 6: Input and Statistics

Python Programming Tutorial for Beginners - Section 6: Import Syntax

Python Programming Tutorial for Beginners - Section 6: Making Modules

Check us out on social media:
Рекомендации по теме
Комментарии
Автор

how do I TypeError: 'str' object is not callable on line 6
def main():
name = input("Whats your name")
job = input("What is your job")
insultP = input("Who do you insult")
insult = input("How to do insult")
print("There once was a young lad named")(name)
print("This young lad worked at")(job)
print("The young lad desides to insult")(insultP)
print("Then the toung lad goes over to")(insultP)("and says")(insult)
main()

spacecreg
welcome to shbcf.ru