1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-23 00:14:21 +00:00
triennale-appunti-steffo/docs/route-LinguaggiDinamici.chunk.023fa.js
2020-10-14 03:54:00 +02:00

2 lines
No EOL
5.8 KiB
JavaScript
Generated
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(window.webpackJsonp=window.webpackJsonp||[]).push([[8],{Wlu3:function(n,e,i){"use strict";(function(n){var r=i("hosL"),t=i("mbOI"),l=i("YNhk");e.a=function(){return n(r.Fragment,null,n(t.s,{title:"Esame"},n(t.r,{title:"Contatti"},n("ul",null,n("li",null,n(l.a,{href:"mailto:mauro.leoncini@unimore.it"},"Prof. Mauro Leoncini"))))))}}).call(this,i("hosL").h)},kQx2:function(n,e,i){"use strict";(function(n){function r(){var n=I(['\n (1, 2.0, "tre", b"cinque")\n ']);return r=function(){return n},n}function t(){var n=I(["\n ()\n \n (1,)\n \n (1, 2, 3, 5)\n "]);return t=function(){return n},n}function l(){var n=I(['\n b"""\n questi\n bytes\n sono su più\n righe\n """\n ']);return l=function(){return n},n}function u(){var n=I(['\n b"bel memë amicø 🔥"\n '],['\n b"bel mem\\xc3\\xab amic\\xc3\\xb8 \\xf0\\x9f\\x94\\xa5"\n ']);return u=function(){return n},n}function o(){var n=I(["\n b\"\0\"\n b'ciaone'\n "],["\n b\"\\x00\\x01\\x02\\x03\\x04\"\n b'\\x63\\x69\\x61\\x6f\\x6e\\x65'\n "]);return o=function(){return n},n}function a(){var n=I([void 0],["\\xXX"]);return a=function(){return n},n}function c(){var n=I(["\n b\"Ciaone!\"\n b'Ciaone!'\n "]);return c=function(){return n},n}function s(){var n=I(['\n """\n questa\n stringa\n è su più\n righe\n """\n ']);return s=function(){return n},n}function f(){var n=I(['\n "bel memë amicø 🔥"\n ']);return f=function(){return n},n}function p(){var n=I(["\n \"Ciaone dall'Italia!\"\n 'Ciaone dall'Italia!'\n "],["\n \"Ciaone dall'Italia!\"\n 'Ciaone dall\\'Italia!'\n "]);return p=function(){return n},n}function d(){var n=I(["\n \"Ciaone!\"\n 'Ciaone!'\n "]);return d=function(){return n},n}function v(){var n=I(["\n 4.2e1\n "]);return v=function(){return n},n}function m(){var n=I(["\n 13.999999999999999 # Diventa 13.999999999999998\n "]);return m=function(){return n},n}function b(){var n=I(["\n 42.0\n "]);return b=function(){return n},n}function h(){var n=I(["\n 1_000_000_000\n "]);return h=function(){return n},n}function x(){var n=I(["\n 1000000000\n "]);return x=function(){return n},n}function g(){var n=I(["\n 42\n "]);return g=function(){return n},n}function I(n,e){return e||(e=n.slice(0)),n.raw=e,n}var C=i("hosL"),z=i("mbOI"),w=(i("YNhk"),String.raw);e.a=function(){return n(z.g.Provider,{value:"python"},n(C.Fragment,null,n("h1",null,"Python"),n(z.s,{title:"Tipi immutabili"},n(z.r,{title:"int"},n("p",null,"Gli ",n("code",null,"int")," rappresentano numeri interi:"),n(z.f,null,w(g())),n("p",null,"Non hanno nessun limite di dimensione:"),n(z.f,null,w(x())),n("p",null,"Per maggiore chiarezza, si possono usare liberamente underscore per formattarli:"),n(z.f,null,w(h()))),n(z.r,{title:"float"},n("p",null,"I ",n("code",null,"float")," rappresentano numeri reali:"),n(z.f,null,w(b())),n("p",null,"Sono limitati alla doppia precisione di macchina:"),n(z.f,null,w(m())),n("p",null,"Per maggiore chiarezza, si possono scrivere in notazione scientifica:"),n(z.f,null,w(v())))),n(z.s,null,n(z.r,{title:"str"},n("p",null,"Le ",n("code",null,"str")," rappresentano del testo Unicode."),n("p",null,"Il testo va racchiuso tra uno dei due tipi di virgolette:"),n(z.f,null,w(d())),n("p",null,"Se nel testo compare lo stesso tipo di virgoletta usato come delimitatore, va prefisso un backslash ad ogni ricorrenza:"),n(z.f,null,w(p())),n("p",null,"Il testo può contenere qualsiasi carattere Unicode:"),n(z.f,null,w(f())),n("p",null,"È possibile creare testi che continuino su più linee inserendo il delimitatore tre volte:"),n(z.f,null,w(s()))),n(z.r,{title:"bytes"},n("p",null,"I ",n("code",null,"bytes")," rappresentano delle sequenze di bytes (rappresentate in ASCII)."),n("p",null,"I valori vanno racchiusi tra virgolette, più una ",n("code",null,"b")," all'inizio:"),n(z.f,null,w(c())),n("p",null,"È possibile inserire valori che non corrispondono ad un carattere con ",n("code",null,w(a())),", dove XX è il valore dei due byte."),n(z.f,null,w(o())),n("p",null,"Possono rappresentare un particolare encoding (UTF-8) di una ",n("code",null,"str"),":"),n(z.f,null,w(u())),n("p",null,"Possono continuare su più linee inserendo le virgolette tre volte ",n("i",null,"(ma non fatelo, per piacere)"),"."),n(z.f,null,w(l())))),n(z.s,null,n(z.r,{title:"Tuple"},n("p",null,"Insiemi di zero, uno, o qualsiasi numero di valori:"),n(z.f,null,w(t())),n("p",null,"Possono non essere omogenei:"),n(z.f,null,w(r()))))))}}).call(this,i("hosL").h)},ouaO:function(n,e,i){"use strict";i.r(e),function(n){var r=i("Wlu3"),t=i("kQx2");e.default=function(){return n("div",null,n("h1",null,"Linguaggi dinamici"),n(r.a,null),n(t.a,null))}}.call(this,i("hosL").h)}}]);
//# sourceMappingURL=route-LinguaggiDinamici.chunk.023fa.js.map