Giter VIP home page Giter VIP logo

diplomado-sic-uam-2021-g4's People

Contributors

adolfo05 avatar alicia121212 avatar aranzaaguirre avatar azunigal avatar carlosatg avatar cesarwyky avatar dalced avatar danteezio avatar ezekiel200 avatar fernandocazrs avatar generarus avatar gusmatpach avatar ivanbaltazar avatar ivanc101 avatar jir28 avatar joselynmam14 avatar julcetah avatar julioramirez21 avatar luissanher avatar marlenmoran avatar merleyuridia avatar miguelajs2002 avatar mramirezr avatar palomavilchis avatar r4gm avatar raymundocastilla avatar sarahimaya avatar saulhs12 avatar seant-21i avatar txelap avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

diplomado-sic-uam-2021-g4's Issues

Error de código

El archivo de python marca errores, por utilizar separadores con el simbolo de igual, de la siguiente manera

=========

este operador se utiliza para asignar valores a las variables y tiene una sintaxis definida como ejemplo:

dinero = 0

o como comparador:

if (dinero == 0) {
print(´"Estas pobre :( ")
}

por lo que usarlo como separador causará errores jeje, saludos y buenas noches.

Test

This is a test, no need to reply :)

Error de compilacion

#include <stio.h>
int main( )
{
int multiplicador; /*se define multiplicador como un entero */
int multiplicando; /*se define multiplicando como un entero /
int res; /se define resultado como un entero/
multiplicador = 1000; /se asignan valores/
multiplicando=2;
res=multiplicador
multiplicando;
printf("Resultado =%d",res); /*se muestra el resultado */
return 0;
}

Test

This is a test, no need to reply :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.