Close Menu
    Trending
    • Implementing IBCS rules in Power BI
    • What comes next for AI copyright lawsuits?
    • Why PDF Extraction Still Feels LikeHack
    • GenAI Will Fuel People’s Jobs, Not Replace Them. Here’s Why
    • Millions of websites to get ‘game-changing’ AI bot blocker
    • I Worked Through Labor, My Wedding and Burnout — For What?
    • Cloudflare will now block AI bots from crawling its clients’ websites by default
    • 🚗 Predicting Car Purchase Amounts with Neural Networks in Keras (with Code & Dataset) | by Smruti Ranjan Nayak | Jul, 2025
    AIBS News
    • Home
    • Artificial Intelligence
    • Machine Learning
    • AI Technology
    • Data Science
    • More
      • Technology
      • Business
    AIBS News
    Home»Machine Learning»comments and variables – Vinay. E
    Machine Learning

    comments and variables – Vinay. E

    Team_AIBS NewsBy Team_AIBS NewsMay 14, 2025No Comments1 Min Read
    Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
    Share
    Facebook Twitter LinkedIn Pinterest Email


    Principally, in programming languages the feedback are used to know the logics of the code which is represented as principle, Description to get an thought concerning the a part of the code.

    For single line remark (“#”)

    print("helllo,world!) # prints the string "howdy,world!"

    For Multi-line feedback(“‘ ’’’)

    """
    That is additionally a multi-line remark
    utilizing triple double quotes
    """
    print("howdy, world!")

    Variable is used to retailer a worth. It is usually referred to as as Container.

    syntax: variable = worth

    a = “python”

    Guidelines:

    1.Don’t begin with digits (or) symbols .

    @123 = “python”❌

    123val = “python”❌

    2. Beginning Alphabet (or) Underscore

    abc = “python”

    _abc = “python”

    abc12 = “python”

    _123 = “python”

    3.Case Delicate

    if beginning with decrease case full it with decrease case till this system end and similar to higher case.

    a=10
    print(a)



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleRichard L. Garwin, a Creator of the Hydrogen Bomb, Dies at 97
    Next Article Google DeepMind’s new AI agent uses large language models to crack real-world problems
    Team_AIBS News
    • Website

    Related Posts

    Machine Learning

    Why PDF Extraction Still Feels LikeHack

    July 1, 2025
    Machine Learning

    🚗 Predicting Car Purchase Amounts with Neural Networks in Keras (with Code & Dataset) | by Smruti Ranjan Nayak | Jul, 2025

    July 1, 2025
    Machine Learning

    Reinforcement Learning in the Age of Modern AI | by @pramodchandrayan | Jul, 2025

    July 1, 2025
    Add A Comment
    Leave A Reply Cancel Reply

    Top Posts

    Implementing IBCS rules in Power BI

    July 1, 2025

    I Tried Buying a Car Through Amazon: Here Are the Pros, Cons

    December 10, 2024

    Amazon and eBay to pay ‘fair share’ for e-waste recycling

    December 10, 2024

    Artificial Intelligence Concerns & Predictions For 2025

    December 10, 2024

    Barbara Corcoran: Entrepreneurs Must ‘Embrace Change’

    December 10, 2024
    Categories
    • AI Technology
    • Artificial Intelligence
    • Business
    • Data Science
    • Machine Learning
    • Technology
    Most Popular

    RF Safety Lab Ensures Wireless Technology Meet Safety Standards

    February 3, 2025

    🌱 A Beginner’s Guide to Training Your First Machine Learning Model | by Usman Malik | Apr, 2025

    April 21, 2025

    OpenAI just released GPT-4.5 and says it is its biggest and best chat model yet

    March 4, 2025
    Our Picks

    Implementing IBCS rules in Power BI

    July 1, 2025

    What comes next for AI copyright lawsuits?

    July 1, 2025

    Why PDF Extraction Still Feels LikeHack

    July 1, 2025
    Categories
    • AI Technology
    • Artificial Intelligence
    • Business
    • Data Science
    • Machine Learning
    • Technology
    • Privacy Policy
    • Disclaimer
    • Terms and Conditions
    • About us
    • Contact us
    Copyright © 2024 Aibsnews.comAll Rights Reserved.

    Type above and press Enter to search. Press Esc to cancel.