Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #24536 > unrolled thread

Py330b1, un café crème sucré

Started bywxjmfauth@gmail.com
First post2012-06-27 12:49 -0700
Last post2012-06-27 15:29 -0700
Articles 3 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  Py330b1, un café crème sucré wxjmfauth@gmail.com - 2012-06-27 12:49 -0700
    Re: Py330b1, un café crème sucré Karim <kliateni@gmail.com> - 2012-06-27 22:48 +0200
      Re: Py330b1, un café crème sucré gst <g.starck@gmail.com> - 2012-06-27 15:29 -0700

#24536 — Py330b1, un café crème sucré

Fromwxjmfauth@gmail.com
Date2012-06-27 12:49 -0700
SubjectPy330b1, un café crème sucré
Message-ID<2ab28feb-71ed-44ec-a0e2-7258ef545e27@googlegroups.com>
# -*- coding: cp1252 -*-
# café.py

import sys
print(sys.version)

sys.path.append('d:\\crème')
import crème
import sucré

s = ' '.join(['un', 'café', crème.tag, sucré.tag])
print(s)

input(':')

#------
# .\sucré.py:
# -*- coding: cp1252 -*-
#tag = 'sucré'

#------
# d:\crème\crème.py
# -*- coding: cp1252 -*-
#tag = 'crème'



# output
# 3.3.0b1 (v3.3.0b1:e15c554cd43e+, Jun 26 2012, 20:30:00) [MSC v.1600 32 bit (Intel)]
# un café crème sucré
# :

# :-)

[toc] | [next] | [standalone]


#24540

FromKarim <kliateni@gmail.com>
Date2012-06-27 22:48 +0200
Message-ID<mailman.1564.1340830121.4697.python-list@python.org>
In reply to#24536
Euhhh, j'ai pas tout suivi. C'est quoi la feinte?

Cheers
Karim


Le 27/06/2012 21:49, wxjmfauth@gmail.com a écrit :
> # -*- coding: cp1252 -*-
> # café.py
>
> import sys
> print(sys.version)
>
> sys.path.append('d:\\crème')
> import crème
> import sucré
>
> s = ' '.join(['un', 'café', crème.tag, sucré.tag])
> print(s)
>
> input(':')
>
> #------
> # .\sucré.py:
> # -*- coding: cp1252 -*-
> #tag = 'sucré'
>
> #------
> # d:\crème\crème.py
> # -*- coding: cp1252 -*-
> #tag = 'crème'
>
>
>
> # output
> # 3.3.0b1 (v3.3.0b1:e15c554cd43e+, Jun 26 2012, 20:30:00) [MSC v.1600 32 bit (Intel)]
> # un café crème sucré
> # :
>
> # :-)

[toc] | [prev] | [next] | [standalone]


#24554

Fromgst <g.starck@gmail.com>
Date2012-06-27 15:29 -0700
Message-ID<d290dcce-b5c2-4e02-b539-a6bec52e8a73@j9g2000vbk.googlegroups.com>
In reply to#24540
On 27 juin, 22:48, Karim <kliat...@gmail.com> wrote:
>
> Euhhh, j'ai pas tout suivi. C'est quoi la feinte?
>


Perso je suis pas sûr qu'il y en ait une.

Je dirais que l'OP a peut-être eu un grand besoin de café crème sucré
et a voulu partager son plaisir avec d'autres, why not ;)

regards,

gst.



>
> Le 27/06/2012 21:49, wxjmfa...@gmail.com a écrit :
>
>
>
>
>
>
>
> > # -*- coding: cp1252 -*-
> > # café.py
>
> > import sys
> > print(sys.version)
>
> > sys.path.append('d:\\crème')
> > import crème
> > import sucré
>
> > s = ' '.join(['un', 'café', crème.tag, sucré.tag])
> > print(s)
>
> > input(':')
>
> > #------
> > # .\sucré.py:
> > # -*- coding: cp1252 -*-
> > #tag = 'sucré'
>
> > #------
> > # d:\crème\crème.py
> > # -*- coding: cp1252 -*-
> > #tag = 'crème'
>
> > # output
> > # 3.3.0b1 (v3.3.0b1:e15c554cd43e+, Jun 26 2012, 20:30:00) [MSC v.1600 32 bit (Intel)]
> > # un café crème sucré
> > # :
>
> > # :-)

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web